diff --git a/build.gradle b/build.gradle index 49c2deb..38d9809 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ exampleMainClasses.each { taskName, className -> dependencies { api 'org.hdrhistogram:HdrHistogram:2.2.2' - testImplementation platform('org.junit:junit-bom:5.14.2') + testImplementation platform('org.junit:junit-bom:6.1.2') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'