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 43ef12406294dffe825920e53f0ff2e960702db5
Author: Alex Herbert <[email protected]>
AuthorDate: Tue May 5 17:19:12 2026 +0100

    Update Commons Statistics dependencies in userguide examples
---
 src/userguide/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index b45ff6381..71e203de4 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -123,7 +123,12 @@
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-statistics-distribution</artifactId>
-          <version>1.1</version>
+          <version>1.3</version>
+      </dependency>
+      <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-statistics-descriptive</artifactId>
+          <version>1.3</version>
       </dependency>
   </dependencies>
 </project>

Reply via email to