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 38a782bccacb6c9c4b2cc838380d9294fc0a7608 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Wed Aug 21 02:05:45 2024 +0200 Upgrade dependencies. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 126f1e5cd..b57082fb4 100644 --- a/pom.xml +++ b/pom.xml @@ -61,10 +61,10 @@ <maven.compiler.target>1.8</maven.compiler.target> <!-- MathJax configuration. See the maven-javadoc-plugin plugin. --> <math.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</math.mathjax.url> - <math.commons.numbers.version>1.1</math.commons.numbers.version> + <math.commons.numbers.version>1.2</math.commons.numbers.version> <math.commons.rng.version>1.5</math.commons.rng.version> <math.commons.geometry.version>1.0</math.commons.geometry.version> - <math.commons.statistics.version>1.0</math.commons.statistics.version> + <math.commons.statistics.version>1.1</math.commons.statistics.version> <math.commons.math3.version>3.6.1</math.commons.math3.version> <!-- Workaround to avoid duplicating config files. --> <math.parent.dir>${basedir}</math.parent.dir>