You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/04/20 14:48:46 UTC

[ws-wss4j] branch master updated: Updating to Guava 2.29.0

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/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c2892e  Updating to Guava 2.29.0
7c2892e is described below

commit 7c2892eeec53c3c2842ec16ddea1b4965bb55298
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Apr 20 15:48:28 2020 +0100

    Updating to Guava 2.29.0
---
 ws-security-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index eea6674..397b77a 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -150,7 +150,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>27.1-jre</version>
+            <version>29.0-jre</version>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>