diff --git a/build.gradle b/build.gradle index 276bd6a..320060f 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { implementation 'tools.jackson.core:jackson-databind:3.1.3' implementation 'tools.jackson.module:jackson-module-blackbird:3.1.3' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' - testImplementation platform('org.junit:junit-bom:6.0.3') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.awaitility:awaitility:4.3.0'