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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 42c15d1280a build(deps): bump jackson.version from 2.22.1 to 2.22.2 
(#20086)
42c15d1280a is described below

commit 42c15d1280a3257ef8b29a3d9c4b58655a5e442d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 10:57:33 2026 +0800

    build(deps): bump jackson.version from 2.22.1 to 2.22.2 (#20086)
    
    * build(deps): bump jackson.version from 2.22.1 to 2.22.2
    
    Bumps `jackson.version` from 2.22.1 to 2.22.2.
    
    Updates `com.fasterxml.jackson:jackson-bom` from 2.22.1 to 2.22.2
    - 
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.1...jackson-bom-2.22.2)
    
    Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 
2.22.1 to 2.22.2
    
    Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider` from 
2.22.1 to 2.22.2
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.22.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): update Jackson license metadata to 2.22.2
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml | 16 ++++++++--------
 pom.xml       |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 3f9b168cb03..7f69655b7ca 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -322,7 +322,7 @@ name: Jackson
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 2.22.1
+version: 2.22.2
 libraries:
   - com.fasterxml.jackson.core: jackson-core
   - com.fasterxml.jackson.core: jackson-databind
@@ -375,7 +375,7 @@ name: Jackson
 license_category: binary
 module: extensions-contrib/druid-deltalake-extensions
 license_name: Apache License version 2.0
-version: 2.22.1
+version: 2.22.2
 libraries:
   - com.fasterxml.jackson.core: jackson-databind
 notice: |
@@ -1062,7 +1062,7 @@ name: Jackson
 license_category: binary
 module: extensions-core/kubernetes-overlord-extensions
 license_name: Apache License version 2.0
-version: 2.22.1
+version: 2.22.2
 libraries:
   - com.fasterxml.jackson.dataformat: jackson-dataformat-properties
 notice: |
@@ -3174,7 +3174,7 @@ libraries:
 ---
 
 name: Jackson Dataformat Yaml
-version: 2.22.1
+version: 2.22.2
 license_category: binary
 module: extensions/druid-avro-extensions
 license_name: Apache License version 2.0
@@ -3184,7 +3184,7 @@ libraries:
 ---
 
 name: Jackson Dataformat Yaml
-version: 2.22.1
+version: 2.22.2
 license_category: binary
 module: extensions-core/protobuf-extensions
 license_name: Apache License version 2.0
@@ -3197,7 +3197,7 @@ name: Jackson
 license_category: binary
 module: extensions-core/kubernetes-extensions
 license_name: Apache License version 2.0
-version: 2.22.1
+version: 2.22.2
 libraries:
   - com.fasterxml.jackson.dataformat: jackson-dataformat-cbor
 notice: |
@@ -3228,7 +3228,7 @@ name: Jackson
 license_category: binary
 module: extensions-core/druid-azure-extensions
 license_name: Apache License version 2.0
-version: 2.22.1
+version: 2.22.2
 libraries:
   - com.fasterxml.jackson.datatype: jackson-datatype-jsr310
 notice: |
@@ -7406,7 +7406,7 @@ libraries:
 ---
 
 name: Jackson Datatype JDK8
-version: 2.22.1
+version: 2.22.2
 license_category: binary
 module: extensions/druid-protobuf-extensions
 license_name: Apache License version 2.0
diff --git a/pom.xml b/pom.xml
index 18e44bdf268..b8f829502e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <iceberg.core.version>1.11.0</iceberg.core.version>
         <jetty.version>12.1.12</jetty.version>
         <jersey.version>1.19.4</jersey.version>
-        <jackson.version>2.22.1</jackson.version>
+        <jackson.version>2.22.2</jackson.version>
         <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
         <log4j.version>2.26.1</log4j.version>
         <mysql.version>26.7.0</mysql.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to