You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2022/02/04 16:26:10 UTC

[sling-org-apache-sling-testing-clients] branch master updated: SLING-11124 - Update Guava Dependency for CVE CVE-2018-10237 and CVE-2020-8908 (#25)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8113337  SLING-11124 - Update Guava Dependency for CVE CVE-2018-10237 and CVE-2020-8908 (#25)
8113337 is described below

commit 8113337c9e49ffdf037b27027c127112d8733b04
Author: Andrei Tuicu <an...@gmail.com>
AuthorDate: Fri Feb 4 17:26:05 2022 +0100

    SLING-11124 - Update Guava Dependency for CVE CVE-2018-10237 and CVE-2020-8908 (#25)
    
    Co-authored-by: Andrei Tuicu <tu...@adobe.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fd43145..788558f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>14.0.1</version>
+            <version>31.0.1-jre</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>