Merge pull request #32015 from wfouche

* pr/32015:
  Upgrade to JMH 1.37

Closes gh-32015
This commit is contained in:
Stéphane Nicoll 2024-01-12 08:43:02 +01:00
commit f067ff862b
1 changed files with 3 additions and 2 deletions

View File

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