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-xss.git


The following commit(s) were added to refs/heads/master by this push:
     new f724624  SLING-12116 - Update transative guava dependency to version 
32.1.3-jre  (#36)
f724624 is described below

commit f724624edd43b4c70ffda9b69ba21ecbd0e26cbd
Author: Tatyana <36512854+nonana...@users.noreply.github.com>
AuthorDate: Fri Oct 20 19:00:00 2023 +0200

    SLING-12116 - Update transative guava dependency to version 32.1.3-jre  
(#36)
    
    Co-authored-by: Robert Munteanu <romb...@apache.org>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 407405e..ab773e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
                             <ignore>org.owasp.validator.html.*</ignore> 
                             <ignore>org.w3c.dom.svg.*</ignore> 
                         </ignores>
+                        
<annotations>com.google.common.hash.IgnoreJRERequirement</annotations>
                     </configuration>
                 </plugin>
             </plugins>
@@ -358,6 +359,12 @@
             <version>3.2.3</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>32.1.3-jre</version>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>

Reply via email to