diff --git a/build.gradle b/build.gradle index 0d6c49d2..0ca0bdb6 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.3" compileOnly "com.typesafe:config:1.4.3" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0" testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0"