This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 2_4_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit eaa8a6255a805a49fa2d1f1d710cc67a4581ae3c Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Jun 14 07:56:50 2022 +0100 Updating guava to 31.1-jre --- 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 8f5f50020..29e16b507 100644 --- a/ws-security-common/pom.xml +++ b/ws-security-common/pom.xml @@ -165,7 +165,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>30.1-jre</version> + <version>31.1-jre</version> <scope>compile</scope> <exclusions> <exclusion>
