Skip to content

Commit

Permalink
Update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.34 (#…
Browse files Browse the repository at this point in the history
…516)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 22, 2022
1 parent e19a230 commit 571a957
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.34")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.33")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.34")
}

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 @@ -19,7 +19,7 @@ dependencies {
jmh project(":btrace-runtime")
jmh project(":btrace-statsd")
jmh("org.openjdk.jmh:jmh-core:1.34")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.33")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.34")
compilerDeps project(path: ":btrace-dist", configuration: "shadow")
compilerDeps project(":btrace-compiler")
}
Expand Down

0 comments on commit 571a957

Please sign in to comment.