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:53:30 UTC

[struts] branch master updated: WW-5134 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 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 1567f76  WW-5134 Upgrades Xstream to version 1.4.17
1567f76 is described below

commit 1567f7699dafc06cc3062b8e9f6f3f7447222c20
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Jun 20 20:53:23 2021 +0200

    WW-5134 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 a34771f..7dff37b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1121,7 +1121,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.16</version>
+                <version>1.4.17</version>
                 <exclusions>
                     <exclusion>
                         <groupId>io.github.x-stream</groupId>