Upgrade to JMH 1.37

See gh-32015
This commit is contained in:
Werner Fouché 2024-01-11 20:47:21 +02:00 committed by Stéphane Nicoll
parent f1a335708a
commit 68864674cc
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'
}