diff --git a/whitespaces/build.gradle.kts b/whitespaces/build.gradle.kts index 86c2052..553be11 100644 --- a/whitespaces/build.gradle.kts +++ b/whitespaces/build.gradle.kts @@ -30,7 +30,7 @@ repositories { } dependencies { - api("org.junit.jupiter:junit-jupiter-api:5.9.3") + api("org.junit.jupiter:junit-jupiter-api:5.10.0") 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")