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 3fd21d1e6 Bump com.fasterxml.jackson.core:jackson-core in
/helix-view-aggregator (#3047)
3fd21d1e6 is described below
commit 3fd21d1e6a507942cb3ff163499708a98b9427bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 15:42:43 2025 -0700
Bump com.fasterxml.jackson.core:jackson-core in /helix-view-aggregator
(#3047)
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-view-aggregator/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-view-aggregator/pom.xml b/helix-view-aggregator/pom.xml
index 5dc6b6f00..4b1fc1886 100644
--- a/helix-view-aggregator/pom.xml
+++ b/helix-view-aggregator/pom.xml
@@ -84,7 +84,7 @@ under the License.
<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>