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/11/29 18:10:04 UTC

[commons-numbers] branch master updated: Update Commons RNG from 1.3 to 1.4

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


The following commit(s) were added to refs/heads/master by this push:
     new 279774e  Update Commons RNG from 1.3 to 1.4
279774e is described below

commit 279774e5a5deb982f336c51627e17abfee3c2469
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 29 18:09:27 2021 +0000

    Update Commons RNG from 1.3 to 1.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 44f4a63..22c0c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <numbers.mathjax.version>2.7.2</numbers.mathjax.version>
     <numbers.junit.bom.version>5.4.2</numbers.junit.bom.version>
     <numbers.commons.math3.version>3.6.1</numbers.commons.math3.version>
-    <numbers.commons.rng.version>1.3</numbers.commons.rng.version>
+    <numbers.commons.rng.version>1.4</numbers.commons.rng.version>
     <numbers.antrun.version>1.8</numbers.antrun.version>
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}</numbers.parent.dir>