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

reschke pushed a commit to branch SLING-13093
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit 5d3061dc8867b1cde46a184ce9cbc5a8c0e1bbaf
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Feb 3 08:35:04 2026 +0100

    SLING-13093: Sling XSS should not depend on log4j 1.x
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4437740..bd69caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.owasp.esapi</groupId>
             <artifactId>esapi</artifactId>
-            <version>2.6.0.0</version>
+            <version>2.6.2.0</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>

Reply via email to