This is an automated email from the ASF dual-hosted git repository.
mattcasters pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 2dd7a87aa3 Bump com.fasterxml.jackson.core:jackson-databind in /lib
(#7561)
2dd7a87aa3 is described below
commit 2dd7a87aa3d95eacea0afa11a7760ee8a11cc885
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 17:34:24 2026 +0200
Bump com.fasterxml.jackson.core:jackson-databind in /lib (#7561)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.1 to 2.21.5.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lib/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/pom.xml b/lib/pom.xml
index 7b2a63e055..feb8b012d9 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -68,7 +68,7 @@
<jackcess.version>4.0.10</jackcess.version>
<jackson-annotations.version>2.22</jackson-annotations.version>
<!--check Beam BOM to find matching version
https://repo1.maven.org/maven2/org/apache/beam/beam-runners-google-cloud-dataflow-java/xxx/beam-runners-google-cloud-dataflow-java-xxx.pom
-->
- <jackson.version>2.22.0</jackson.version>
+ <jackson.version>2.21.5</jackson.version>
<jakarta-activation-api.version>2.1.4</jakarta-activation-api.version>
<jakarta-annotation-api.version>3.0.0</jakarta-annotation-api.version>
<jakarta-servlet-api.version>6.1.0</jakarta-servlet-api.version>
diff --git a/pom.xml b/pom.xml
index 012c37c1d9..f6e0f5a877 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.21.1</version>
+ <version>2.21.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>