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 2021/08/04 05:51:49 UTC

[commons-rng] 04/23: Update plugin versions

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

commit d30506be9c8de3426f0705590fec75fa9306c2b3
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Aug 2 13:22:58 2021 +0100

    Update plugin versions
    
    picocli 3.9.5 -> 4.6.1
    jmh 1.22 -> 1.32
    junit 4.13.1 -> 4.13.2
---
 commons-rng-examples/examples-jmh/pom.xml | 2 +-
 commons-rng-examples/pom.xml              | 2 +-
 pom.xml                                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml
index 5657678..73d8156 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -65,7 +65,7 @@
     <rng.parent.dir>${basedir}/../..</rng.parent.dir>
 
     <!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. -->
-    <jmh.version>1.22</jmh.version>
+    <jmh.version>1.32</jmh.version>
     <uberjar.name>examples-jmh</uberjar.name>
     <project.mainClass>org.openjdk.jmh.Main</project.mainClass>
     <!-- Disable analysis for benchmarking code. -->
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 262996e..f2d51f2 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -46,7 +46,7 @@
     <!-- Workaround to avoid duplicating config files. -->
     <rng.parent.dir>${basedir}/..</rng.parent.dir>
 
-    <rng.picocli.version>3.9.5</rng.picocli.version>
+    <rng.picocli.version>4.6.1</rng.picocli.version>
     <rng.exec.version>3.0.0</rng.exec.version>
     <rng.shade.version>3.2.4</rng.shade.version>
 
diff --git a/pom.xml b/pom.xml
index c2e19a9..591ed01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>