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 2546140be Bump com.fasterxml.jackson.core:jackson-core in /helix-core
(#3051)
2546140be is described below
commit 2546140be97bdd98cdb245fd9d25ae107c633b12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 10:03:38 2025 -0800
Bump com.fasterxml.jackson.core:jackson-core in /helix-core (#3051)
Bumps
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
from 2.12.7 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.12.7...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-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index cb57a9282..63f1127f6 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.12.7</version>
+ <version>2.15.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>