diff --git a/problem/build.gradle.kts b/problem/build.gradle.kts index 240c4e1..a6ae169 100644 --- a/problem/build.gradle.kts +++ b/problem/build.gradle.kts @@ -33,7 +33,7 @@ configurations.all { } dependencies { - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT")