diff --git a/benchmarks/agent-benchmark/build.gradle b/benchmarks/agent-benchmark/build.gradle index a45de2e57..da7331dd3 100644 --- a/benchmarks/agent-benchmark/build.gradle +++ b/benchmarks/agent-benchmark/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id("me.champeau.jmh") version "0.6.3" + id("me.champeau.jmh") version "0.6.4" } description 'A JMH benchmark to assert the overhead imposed by various types of BTrace instrumentation.' diff --git a/benchmarks/runtime-benchmarks/build.gradle b/benchmarks/runtime-benchmarks/build.gradle index b3e55fef4..4e406b1f1 100644 --- a/benchmarks/runtime-benchmarks/build.gradle +++ b/benchmarks/runtime-benchmarks/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id("me.champeau.jmh") version "0.6.3" + id("me.champeau.jmh") version "0.6.4" } description 'A JMH benchmark to assert the overhead imposed by various types of BTrace instrumentation.'