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 1e141250f Bump com.fasterxml.jackson.core:jackson-core in
/helix-admin-webapp (#3046)
1e141250f is described below
commit 1e141250faff877aa3f80c55fa683db041c43892
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 17:16:34 2025 -0700
Bump com.fasterxml.jackson.core:jackson-core in /helix-admin-webapp (#3046)
Bumps
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
from 2.12.7 to 2.13.0.
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.7...jackson-core-2.13.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.13.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 0bd098f2f..9f7da0395 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.12.7</version>
+ <version>2.13.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>