Upgrade JMH build plugins

This commit upgrades the Gradle JMH plugin to 0.6.8 and the companion
JMH version to 1.36.
This commit is contained in:
Brian Clozel
2022-12-05 11:39:43 +01:00
parent 63d841664c
commit e9ada8d15c
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ apply plugin: 'me.champeau.jmh'
apply from: "$rootDir/gradle/publications.gradle"
dependencies {
jmh 'org.openjdk.jmh:jmh-core:1.32'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.32'
jmh 'org.openjdk.jmh:jmh-core:1.36'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
jmh 'net.sf.jopt-simple:jopt-simple'
}