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 f0b24d1 WW-5167 Upgrades Xstream to version 1.4.19 to address
CVE-2021-43859
f0b24d1 is described below
commit f0b24d17da4751666f12bc498c73c20d91e29558
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sun Feb 6 11:26:51 2022 +0100
WW-5167 Upgrades Xstream to version 1.4.19 to address CVE-2021-43859
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6462f76..8b0e771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1134,7 +1134,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.18</version>
+ <version>1.4.19</version>
<exclusions>
<exclusion>
<groupId>io.github.x-stream</groupId>