diff --git a/lib/build.gradle b/lib/build.gradle index a017820a..74464981 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -133,8 +133,8 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.4.0' jmhImplementation sourceSets.main.output - jmhImplementation 'org.openjdk.jmh:jmh-core:1.35' - jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.35' + jmhImplementation 'org.openjdk.jmh:jmh-core:1.37' + jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37' } jacoco {