This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 2739cea WW-5103 Updates XStream to version 1.4.14 2739cea is described below commit 2739ceaab405a4216cdc3c92b5f951b9d0ea099d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Dec 4 14:50:00 2020 +0100 WW-5103 Updates XStream to version 1.4.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d0ae8e..9edede2 100644 --- a/pom.xml +++ b/pom.xml @@ -1119,7 +1119,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.11.1</version> + <version>1.4.14</version> </dependency> <dependency>