You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/01/04 18:10:54 UTC

[cxf] 02/02: Updating Guava to 30.1 due to CVE-2020-8908

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 00f9a5fcf9ccfa1212b84ff0a83392a96b29836a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 10:34:22 2021 +0000

    Updating Guava to 30.1 due to CVE-2020-8908
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9ed3541..b26fa35 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -116,7 +116,7 @@
         <cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
         <cxf.geronimo.openapi.version>1.0.12</cxf.geronimo.openapi.version>
         <cxf.glassfish.json.version>1.1.4</cxf.glassfish.json.version>
-        <cxf.guava.version>29.0-jre</cxf.guava.version>
+        <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.4.19.Final</cxf.hibernate.em.version>