This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new bbab5320 Use latest Sling XSS
bbab5320 is described below

commit bbab53201b76490617904757fc94a5ed4ed1c0b5
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Feb 2 10:58:10 2025 +0100

    Use latest Sling XSS
---
 sling-mini/src/main/features/addons/sightly.json    | 2 +-
 sling-mini/src/main/features/addons/webconsole.json | 4 ++--
 sling-mini/src/main/features/sling.json             | 6 +-----
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sling-mini/src/main/features/addons/sightly.json 
b/sling-mini/src/main/features/addons/sightly.json
index 76a63083..84993e39 100644
--- a/sling-mini/src/main/features/addons/sightly.json
+++ b/sling-mini/src/main/features/addons/sightly.json
@@ -33,7 +33,7 @@
       "start-order": "1"
     },
     {
-      "id": "org.apache.sling:org.apache.sling.xss:2.4.2",
+      "id": "org.apache.sling:org.apache.sling.xss:2.4.6",
       "start-order": "20"
     },
     {
diff --git a/sling-mini/src/main/features/addons/webconsole.json 
b/sling-mini/src/main/features/addons/webconsole.json
index 77d628ad..541c6118 100644
--- a/sling-mini/src/main/features/addons/webconsole.json
+++ b/sling-mini/src/main/features/addons/webconsole.json
@@ -9,7 +9,7 @@
       "start-order":"10"
     },
     {
-      "id":"org.apache.felix:org.apache.felix.webconsole:5.0.6",
+      "id":"org.apache.felix:org.apache.felix.webconsole:5.0.8",
       "start-order":"10"
     },
     {
@@ -37,4 +37,4 @@
       "start-order":"20"
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/sling-mini/src/main/features/sling.json 
b/sling-mini/src/main/features/sling.json
index 38e4b48c..a223ce62 100644
--- a/sling-mini/src/main/features/sling.json
+++ b/sling-mini/src/main/features/sling.json
@@ -1,9 +1,5 @@
 {
   "bundles":[
-    {
-      "id":"commons-fileupload:commons-fileupload:1.5",
-      "start-order":"1"
-    },
     {
       "id":"org.apache.commons:commons-fileupload2-core:2.0.0-M2",
       "start-order":"1"
@@ -17,7 +13,7 @@
       "start-order":"1"
     },
     {
-      "id":"org.apache.commons:commons-lang3:3.14.0",
+      "id":"org.apache.commons:commons-lang3:3.17.0",
       "start-order":"1"
     },
     {

Reply via email to