This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 70dbb7845 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2
to 2.21.3 (#8552)
70dbb7845 is described below
commit 70dbb7845a51c911e11b25f7ccdcf79ce208714c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 1 20:19:04 2026 +0200
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3
(#8552)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.2 to 2.21.3.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 42fde6937..0134122b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<commons-logging.version>1.3.6</commons-logging.version>
<jackson.version>2.21.3</jackson.version>
- <jackson.databind.version>2.21.2</jackson.databind.version>
+ <jackson.databind.version>2.21.3</jackson.databind.version>
<storm.kafka.client.version>4.2.0</storm.kafka.client.version>
<testcontainers.version>1.21.4</testcontainers.version>