diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 988ab79..0d9ddc0 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -41,5 +41,5 @@ dependencies { testImplementation("com.google.code.gson:gson:2.11.0") testImplementation("org.slf4j:slf4j-api:2.0.17") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") }