diff --git a/build.gradle.kts b/build.gradle.kts index 34367b0..a235e09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,10 +21,10 @@ subprojects { dependencies { compileOnly("org.jetbrains:annotations:26.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2") } tasks.test {