You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/06/20 18:52:38 UTC

[struts] branch struts-2-5-x updated: WW-5135 Upgrades Xstream to version 1.4.17

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 d04ed76  WW-5135 Upgrades Xstream to version 1.4.17
d04ed76 is described below

commit d04ed76f1b0801098cd20521b60264cc73627487
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Jun 20 20:52:21 2021 +0200

    WW-5135 Upgrades Xstream to version 1.4.17
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d9b8cf..38ab159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1034,7 +1034,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.16</version>
+                <version>1.4.17</version>
             </dependency>
 
             <dependency>