f4lco / libyear-gradle-plugin

A simple measure of dependency freshness.
https://github.com/f4lco/libyear-gradle-plugin
22 stars 2 forks source link

JUnit is not detected #14

Open JP95Git opened 5 months ago

JP95Git commented 5 months ago

I had JUnit in my build.gradle with this configuration:

testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher"

But libyear did not noticed that JUnit is outdated. The most recent version is 5.10.12.