diff --git a/build.gradle b/build.gradle index e88270a..b74082a 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ jacoco { dependencies { implementation 'tools.jackson.core:jackson-databind:3.0.3' implementation 'tools.jackson.module:jackson-module-afterburner:3.0.3' - testImplementation platform('org.junit:junit-bom:6.0.1') + testImplementation platform('org.junit:junit-bom:6.0.2') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }