diff --git a/notices/build.gradle.kts b/notices/build.gradle.kts index bc2af01..4c780e9 100644 --- a/notices/build.gradle.kts +++ b/notices/build.gradle.kts @@ -34,7 +34,7 @@ configurations.all { dependencies { api("com.whichlicense:seeker:0.7.6-SNAPSHOT") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testImplementation("org.assertj:assertj-core:3.24.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") }