diff --git a/build.gradle b/build.gradle index c2e4f9c..cd192ff 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { testImplementation 'com.sparkjava:spark-core:2.9.4' testImplementation "org.slf4j:slf4j-api:2.0.17" - testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.1" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly "ch.qos.logback:logback-classic:1.5.24" }