diff --git a/build.gradle.kts b/build.gradle.kts index e6c5097..04931d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,9 +31,9 @@ subprojects { dependencies { compileOnlyApi("org.jetbrains:annotations:26.1.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.4") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.4") } tasks {