diff --git a/benchmarks/benchmarks-core/build.gradle b/benchmarks/benchmarks-core/build.gradle index 8d31a21720..85204b527c 100644 --- a/benchmarks/benchmarks-core/build.gradle +++ b/benchmarks/benchmarks-core/build.gradle @@ -1,5 +1,5 @@ plugins { - id "me.champeau.jmh" version "0.6.6" + id "me.champeau.jmh" version "0.6.8" } dependencies { diff --git a/benchmarks/benchmarks-core/gradle.lockfile b/benchmarks/benchmarks-core/gradle.lockfile index 75309538b6..299aa9c8ad 100644 --- a/benchmarks/benchmarks-core/gradle.lockfile +++ b/benchmarks/benchmarks-core/gradle.lockfile @@ -50,9 +50,9 @@ org.junit:junit-bom:5.9.1=jmh,jmhCompileClasspath,jmhRuntimeClasspath org.latencyutils:LatencyUtils:2.0.3=jmh,jmhRuntimeClasspath org.openjdk.jmh:jmh-core:1.35=jmh,jmhAnnotationProcessor,jmhCompileClasspath,jmhRuntimeClasspath org.openjdk.jmh:jmh-generator-annprocess:1.35=jmh,jmhAnnotationProcessor,jmhCompileClasspath,jmhRuntimeClasspath -org.openjdk.jmh:jmh-generator-asm:1.29=jmh,jmhCompileClasspath,jmhRuntimeClasspath -org.openjdk.jmh:jmh-generator-bytecode:1.29=jmh,jmhCompileClasspath,jmhRuntimeClasspath -org.openjdk.jmh:jmh-generator-reflection:1.29=jmh,jmhCompileClasspath,jmhRuntimeClasspath +org.openjdk.jmh:jmh-generator-asm:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath +org.openjdk.jmh:jmh-generator-bytecode:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath +org.openjdk.jmh:jmh-generator-reflection:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath org.reflections:reflections:0.10.2=checkstyle org.slf4j:slf4j-api:1.7.26=nohttp,nohttp-cli