You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/05/29 07:29:16 UTC

[commons-numbers] 01/05: Upgrade JMH version

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 a058b4b1a1131184c355e518cc95aa1a4d310570
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun May 29 08:07:37 2022 +0100

    Upgrade JMH version
---
 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 cc6fe357..e60ff4f9 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -100,7 +100,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.22</jmh.version>
+    <jmh.version>1.35</jmh.version>
     <uberjar.name>examples-jmh</uberjar.name>
     <project.mainClass>org.openjdk.jmh.Main</project.mainClass>
     <!-- Disable analysis for benchmarking code. -->