Skip to content

Commit

Permalink
Bump jmh-generator-annprocess from 1.21 to 1.23 (#90)
Browse files Browse the repository at this point in the history
* Bump jmh-generator-annprocess from 1.21 to 1.23

Bumps jmh-generator-annprocess from 1.21 to 1.23.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update build.gradle

Co-authored-by: Sergei Egorov <bsideup@gmail.com>
  • Loading branch information
dependabot-preview[bot] and bsideup committed Feb 26, 2020
1 parent 5eac3a5 commit 174ef41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

jmh {
jmhVersion = '1.21'
jmhVersion = '1.23'
duplicateClassesStrategy DuplicatesStrategy.INCLUDE
failOnError = true

Expand All @@ -28,5 +28,5 @@ dependencies {
jmh project(path: ":agent", configuration: 'shadow')
}

jmh "org.openjdk.jmh:jmh-generator-annprocess:1.21"
}
jmh "org.openjdk.jmh:jmh-generator-annprocess:${jmh.jmhVersion}"
}

0 comments on commit 174ef41

Please sign in to comment.