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/03/28 08:15:39 UTC

[struts] branch master updated: WW-5122 Upgrades Xstream to version 1.4.16

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 2ba1a3e  WW-5122 Upgrades Xstream to version 1.4.16
2ba1a3e is described below

commit 2ba1a3eaf5cb53aa8701e652293988b781c54f37
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Mar 28 10:15:34 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 1bef498..6c926de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1121,7 +1121,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.15</version>
+                <version>1.4.16</version>
             </dependency>
 
             <dependency>