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-numbers.git

commit c86804a3e7ccc940f6ca5c53ea6e8a7e0689001e
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Jul 8 11:09:55 2024 +0100

    Update JMH 1.35 -> 1.37
---
 commons-numbers-examples/examples-jmh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml 
b/commons-numbers-examples/examples-jmh/pom.xml
index 949af49a..0d8ce049 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -108,7 +108,7 @@
     <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
 
     <!-- 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. -->

Reply via email to