Skip to content

Commit

Permalink
Update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2021
1 parent 08d4f0f commit 9287793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/agent-benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
jmh project(":btrace-runtime")
jmh project(":btrace-statsd")
jmh("org.openjdk.jmh:jmh-core:1.29")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.29")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.31")
}

task btracec(type: JavaExec) {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/runtime-benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
jmh project(":btrace-runtime")
jmh project(":btrace-statsd")
jmh("org.openjdk.jmh:jmh-core:1.29")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.29")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.31")
}

task btracec(type: JavaExec) {
Expand Down

0 comments on commit 9287793

Please sign in to comment.