diff --git a/build.gradle.kts b/build.gradle.kts index 2afdf8e..3d6d2f5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,11 +25,11 @@ dependencies { compileOnly(gradleApi()) testImplementation(gradleTestKit()) - testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4") - testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") - testImplementation("org.junit.jupiter:junit-jupiter-params: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.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.14.1") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1") testImplementation("org.assertj:assertj-core:3.27.3") testImplementation("org.cthing:assertj-gradle:3.0.0")