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-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 19f3f03d Update JMH 1.32 to 1.35
19f3f03d is described below
commit 19f3f03d9a0636bd8eb9a591c7a62a5ab50ac00c
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Jun 9 09:45:31 2022 +0100
Update JMH 1.32 to 1.35
---
commons-rng-examples/examples-jmh/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commons-rng-examples/examples-jmh/pom.xml
b/commons-rng-examples/examples-jmh/pom.xml
index 54454a8a..c68f24c4 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -71,7 +71,7 @@
<rng.parent.dir>${basedir}/../..</rng.parent.dir>
<!-- JMH Benchmark related properties: version, name of the benchmarking
uber jar. -->
- <jmh.version>1.32</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. -->