This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 53b588982 upgrade xstream to 1.4.20 to pick up fixes for 2 CVEs (#2763)
53b588982 is described below
commit 53b588982c281009085076b480a3ce58cccbe618
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Feb 26 19:55:27 2024 +0100
upgrade xstream to 1.4.20 to pick up fixes for 2 CVEs (#2763)
---
helix-admin-webapp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index c4e9ea135..c862d287f 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.19</version>
+ <version>1.4.20</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>