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 2020/12/21 06:39:32 UTC

[struts] branch master updated: Upgrades XStream to version 1.4.15 to address CVE-2020-26258, CVE-2020-26259

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 7532d2f  Upgrades XStream to version 1.4.15 to address CVE-2020-26258, CVE-2020-26259
7532d2f is described below

commit 7532d2fb0d6081a12c2a48ec854a81a8b718be62
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Dec 21 07:39:16 2020 +0100

    Upgrades XStream to version 1.4.15 to address CVE-2020-26258, CVE-2020-26259
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6db21d0..ecba6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1120,7 +1120,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.14</version>
+                <version>1.4.15</version>
             </dependency>
 
             <dependency>