This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch dep-update
in repository https://gitbox.apache.org/repos/asf/storm.git

commit d2aec6b02625a4e6dd21f8398cc7626c5e52e118
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:05:58 2026 +0000

    build(deps): bump com.fasterxml.jackson.core:jackson-databind
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind)
 from 2.22.1 to 2.22.2.
    - 
[Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.22.1...jackson-databind-2.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 5c98afa80957b32854e4710e56297a7b292a5c0d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0897f9c28..0b384f1d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
         <commons-logging.version>1.4.0</commons-logging.version>
 
         <jackson.version>2.22.1</jackson.version>
-        <jackson.databind.version>2.22.1</jackson.databind.version>
+        <jackson.databind.version>2.22.2</jackson.databind.version>
         <storm.kafka.client.version>4.3.1</storm.kafka.client.version>
         <testcontainers.version>1.21.4</testcontainers.version>
 

Reply via email to