diff --git a/build.gradle b/build.gradle index 87607b1..3a5026f 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation 'org.openjdk.jmh:jmh-core:1.37' testRuntimeOnly 'org.mockito:mockito-core:5.10.0' - testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.1' + testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' }