This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new c4cf8fa SLING-12863 - Switch to Commons Math 3 (#493)
c4cf8fa is described below
commit c4cf8fa0ba0e89c63be0ef1866628e01b0860868
Author: Robert Munteanu <[email protected]>
AuthorDate: Sat Aug 2 23:49:17 2025 +0200
SLING-12863 - Switch to Commons Math 3 (#493)
---
src/main/features/base.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/features/base.json b/src/main/features/base.json
index 0f51ce1..ec2dc6e 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -47,8 +47,8 @@
"start-order":"15"
},
{
- "id":"org.apache.commons:commons-math:2.2",
- "start-order":"20"
+ "id":"org.apache.commons:commons-math3:3.6.1",
+ "start-order":"15"
},
{
"id":"org.apache.geronimo.bundles:jstl:1.2_1",