Upgrade to JMH 1.25

This commit is contained in:
Sam Brannen 2021-01-12 12:25:56 +01:00
parent 72a9d0ff4b
commit 6b9d5698ce
1 changed files with 2 additions and 2 deletions

View File

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