diff --git a/build.gradle b/build.gradle index cbb786f..65b5c0c 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.3" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.1.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly "ch.qos.logback:logback-classic:1.5.24" }