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 1b0aadb06 Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 
to 2.21.1 (#8403)
1b0aadb06 is described below

commit 1b0aadb069e5bcb657c6bd9b25b6563c887e350e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 18:51:20 2026 +0000

    Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1 
(#8403)
    
    * Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.20.1 to 2.21.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.21.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    * Fixing licenses
    
    * Fixing licenses
    
    * Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.20.1 to 2.21.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.21.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 DEPENDENCY-LICENSES | 1 -
 pom.xml             | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index e17e4c5ec..d0716d19c 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -116,7 +116,6 @@ List of third-party dependencies grouped by their license 
type.
         * J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.1 - 
https://github.com/google/j2objc/)
         * Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.21 - 
https://github.com/FasterXML/jackson)
         * Jackson-core (com.fasterxml.jackson.core:jackson-core:2.21.1 - 
https://github.com/FasterXML/jackson-core)
-        * jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.20.1 
- https://github.com/FasterXML/jackson)
         * jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.21.1 
- https://github.com/FasterXML/jackson)
         * Jackson dataformat: Smile 
(com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.1 - 
https://github.com/FasterXML/jackson-dataformats-binary)
         * Jackson-dataformat-YAML 
(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1 - 
https://github.com/FasterXML/jackson-dataformats-text)
diff --git a/pom.xml b/pom.xml
index 53c4d44cd..e17615bba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <commons-logging.version>1.3.5</commons-logging.version>
 
         <jackson.version>2.21.1</jackson.version>
-        <jackson.databind.version>2.20.1</jackson.databind.version>
+        <jackson.databind.version>2.21.1</jackson.databind.version>
         <storm.kafka.client.version>4.1.1</storm.kafka.client.version>
         <testcontainers.version>1.21.4</testcontainers.version>
 

Reply via email to