This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit 1705c36cfc81aceb9d29f126fb4b359198ec3205 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Mar 13 14:53:59 2025 +0000 Update JMH version 1.36 -> 1.37 --- commons-statistics-examples/examples-jmh/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-statistics-examples/examples-jmh/pom.xml b/commons-statistics-examples/examples-jmh/pom.xml index 988712f..e167346 100644 --- a/commons-statistics-examples/examples-jmh/pom.xml +++ b/commons-statistics-examples/examples-jmh/pom.xml @@ -108,7 +108,7 @@ <commons.compiler.release>11</commons.compiler.release> <!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. --> - <jmh.version>1.36</jmh.version> + <jmh.version>1.37</jmh.version> <uberjar.name>examples-jmh</uberjar.name> <project.mainClass>org.openjdk.jmh.Main</project.mainClass> <!-- Disable analysis for benchmarking code. -->