diff --git a/sourcing/build.gradle.kts b/sourcing/build.gradle.kts index 1943d70..7237ab2 100644 --- a/sourcing/build.gradle.kts +++ b/sourcing/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT") testImplementation("com.whichlicense.testing:fileref:0.7.6-SNAPSHOT") testImplementation("com.whichlicense.testing:nullable:0.7.6-SNAPSHOT") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") } tasks.withType {