We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a51bb7 commit d325cbcCopy full SHA for d325cbc
build.gradle
@@ -449,8 +449,8 @@ project(':sbe-benchmarks') {
449
apply plugin: 'com.github.johnrengelman.shadow'
450
451
dependencies {
452
- compile 'org.openjdk.jmh:jmh-core:1.21'
453
- annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.21'
+ compile 'org.openjdk.jmh:jmh-core:1.22'
+ annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.22'
454
compile project(':sbe-tool')
455
compile files('build/classes/java/generated')
456
}
0 commit comments