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-math.git
commit cf787572c4eb7caf53b8762b3347d156cc6757f1 Author: Alex Herbert <[email protected]> AuthorDate: Tue May 5 16:45:19 2026 +0100 Update Commons Numbers from 1.2 to 1.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0df76b270..55cff850f 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <!-- MathJax configuration. See the maven-javadoc-plugin plugin. --> <math.mathjax.url>https://commons.apache.org/js/mathjax/tex-mml-chtml.js</math.mathjax.url> - <math.commons.numbers.version>1.2</math.commons.numbers.version> + <math.commons.numbers.version>1.3</math.commons.numbers.version> <math.commons.rng.version>1.6</math.commons.rng.version> <math.commons.geometry.version>1.0</math.commons.geometry.version> <math.commons.statistics.version>1.2</math.commons.statistics.version>
