This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push: new b2580e1 WW-5122 Upgrades Xstream to version 1.4.16 b2580e1 is described below commit b2580e1d764ae3031bc6f0d26dc1eac9e1b67daf Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Mar 28 10:11:49 2021 +0200 WW-5122 Upgrades Xstream to version 1.4.16 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9830c5e..04817e3 100644 --- a/pom.xml +++ b/pom.xml @@ -1034,7 +1034,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.11.1</version> + <version>1.4.16</version> </dependency> <dependency>