diff --git a/build.gradle.kts b/build.gradle.kts index 62a938c..7844033 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("com.google.guava:guava:33.6.0-jre") implementation("org.slf4j:slf4j-api:2.0.18") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") testRuntimeOnly("org.slf4j:slf4j-simple:2.0.18")