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 2021/09/14 11:32:40 UTC

[commons-statistics] branch master updated: Upgrade dependency.

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-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e7f91c  Upgrade dependency.
1e7f91c is described below

commit 1e7f91c42e34d55e818705ce8b506bf2dbd1e1c6
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Sep 14 13:32:19 2021 +0200

    Upgrade dependency.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4819961..0ce9244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
         Temporary workaround?
     -->
     <commons.release.name>commons-statistics-${project.version}</commons.release.name>
-    <statistics.commons.rng.version>1.3</statistics.commons.rng.version>
+    <statistics.commons.rng.version>1.4</statistics.commons.rng.version>
     <statistics.commons.numbers.version>1.0</statistics.commons.numbers.version>
     <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version>
     <statistics.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</statistics.mathjax.url>