This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
new 4543a5e Updating Guava to 30.1 due to CVE-2020-8908
4543a5e is described below
commit 4543a5ed32028025dfff1aad104364a414bb575a
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Mon Jan 4 10:22:45 2021 +0000
Updating Guava to 30.1 due to CVE-2020-8908
---
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 cb553b4..4b18e35 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -151,7 +151,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>29.0-jre</version>
+ <version>30.1-jre</version>
<scope>compile</scope>
<exclusions>
<exclusion>
|