This is an automated email from the ASF dual-hosted git repository.
rabreu 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 a45a4666b Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1
to 2.21.2 (#8458)
a45a4666b is described below
commit a45a4666bd65119e93c7fa821a71e527afc95283
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 10:51:41 2026 +0100
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2
(#8458)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.1 to 2.21.2.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.2
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 0b8eff5be..baa73016c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<commons-logging.version>1.3.5</commons-logging.version>
<jackson.version>2.21.1</jackson.version>
- <jackson.databind.version>2.21.1</jackson.databind.version>
+ <jackson.databind.version>2.21.2</jackson.databind.version>
<storm.kafka.client.version>4.1.1</storm.kafka.client.version>
<testcontainers.version>1.21.4</testcontainers.version>