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 a9b2b46d6 Bump com.thoughtworks.xstream:xstream in /helix-admin-webapp
(#2981)
a9b2b46d6 is described below
commit a9b2b46d6aa281a375957ccfe9ba73e298bd9a13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 13:53:19 2025 -0800
Bump com.thoughtworks.xstream:xstream in /helix-admin-webapp (#2981)
Bumps
[com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from
1.4.20 to 1.4.21.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)
---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 4529b0807..0bd098f2f 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.20</version>
+ <version>1.4.21</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>