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 d5dc7da95 Bump com.fasterxml.jackson.core:jackson-core in
/helix-admin-webapp (#3087)
d5dc7da95 is described below
commit d5dc7da95cf0f7d521a98130007a943a92c23638
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 10:02:53 2025 -0800
Bump com.fasterxml.jackson.core:jackson-core in /helix-admin-webapp (#3087)
Bumps
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
from 2.13.0 to 2.15.0.
-
[Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties)
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.0...jackson-core-2.15.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.15.0
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 0e9ad989a..a7632e3e5 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.13.0</version>
+ <version>2.15.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>