diff --git a/fileref/build.gradle.kts b/fileref/build.gradle.kts index 6ac4cc2..ca9245d 100644 --- a/fileref/build.gradle.kts +++ b/fileref/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { api("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.3.0-SNAPSHOT") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") } tasks.withType {