diff --git a/build.gradle b/build.gradle index 9fc8575..cb321df 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { } api 'org.jspecify:jspecify:1.0.0' - testImplementation platform('org.junit:junit-bom:6.1.1') + testImplementation platform('org.junit:junit-bom:6.1.2') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.awaitility:awaitility:4.3.0'