diff --git a/build.gradle b/build.gradle index c3e61f8d..5395654a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,8 @@ configure( library 'com.fasterxml.jackson.core:jackson-annotations:2.20' library 'com.fasterxml.jackson.core:jackson-databind:2.20' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' if (project.name != "common") { library project(":common")