You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/25 00:37:54 UTC

[commons-math] 02/11: Upgrade dependencies.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 4844e3aeab99cda4d6eff0e7f918c858c1abc5e9
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Jan 23 03:55:21 2022 +0100

    Upgrade dependencies.
---
 commons-math-examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index 595491f..e89d8f6 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -47,8 +47,8 @@
 
     <math.version>4.0-SNAPSHOT</math.version>
     <math.picocli.version>3.9.5</math.picocli.version>
-    <math.rng.version>1.3</math.rng.version>
-    <math.geometry.version>1.0-beta1</math.geometry.version>
+    <math.rng.version>1.4</math.rng.version>
+    <math.geometry.version>1.0</math.geometry.version>
 
     <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>