You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/01/23 10:45:00 UTC

[sling-org-apache-sling-xss] 01/02: SLING-9022 - Update to latest OWASP AntiSamy, ESAPI, encoder Java libraries

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

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

commit d276bfdf8c58a340afa5bb9aa697a9c044a88007
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Jan 23 11:41:22 2020 +0100

    SLING-9022 - Update to latest OWASP AntiSamy, ESAPI, encoder Java libraries
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index db431fd..80bbbf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <dependency>
             <groupId>org.owasp.antisamy</groupId>
             <artifactId>antisamy</artifactId>
-            <version>1.5.7</version>
+            <version>1.5.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -182,7 +182,7 @@
         <dependency>
             <groupId>org.owasp.esapi</groupId>
             <artifactId>esapi</artifactId>
-            <version>2.1.0.1</version>
+            <version>2.2.0.0</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
@@ -196,7 +196,7 @@
             <groupId>org.owasp.encoder</groupId>
             <artifactId>encoder</artifactId>
             <scope>provided</scope>
-            <version>1.1.1</version>
+            <version>1.2.2</version>
         </dependency>
 
         <dependency>