diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 8ee2d9f1..f106bd54 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -22,9 +22,9 @@ tasks.withType { } dependencies { - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.4") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4") } tasks.getByName("test") { useJUnitPlatform()