diff --git a/build.gradle.kts b/build.gradle.kts index 2c0d087..3e8f7fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,9 +24,9 @@ dependencies { errorprone("com.google.errorprone", "error_prone_core", "2.18.0") errorproneJavac("com.google.errorprone", "javac", "9+181-r4173-1") - testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.2") - testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.9.2") - testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.9.2") + 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") } java {