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

jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new 2880f87c04 [4.4.x] bump jackson.version from 2.21.5 to 2.22.2 (#2809)
2880f87c04 is described below

commit 2880f87c04463c31e6e9e98b0b35697fed04bace
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 17:09:46 2026 +0200

    [4.4.x] bump jackson.version from 2.21.5 to 2.22.2 (#2809)
    
    * [4.4.x] bump jackson.version from 2.21.5 to 2.22.2
    
    Bumps `jackson.version` from 2.21.5 to 2.22.2.
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.5 to 2.22.2
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 
2.21.5 to 2.22.2
    - 
[Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.21.5...jackson-dataformat-xml-2.22.2)
    
    Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 
2.21.5 to 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-minor
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
      dependency-version: 2.22.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Upgrade jackson.annotatons to 2.22 and stax2 to 4.3.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Holger Friedrich <[email protected]>
---
 assemblies/features/enterprise/pom.xml                      | 2 +-
 assemblies/features/enterprise/src/main/feature/feature.xml | 2 +-
 pom.xml                                                     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assemblies/features/enterprise/pom.xml 
b/assemblies/features/enterprise/pom.xml
index 81f60b07b4..07fd5fe187 100644
--- a/assemblies/features/enterprise/pom.xml
+++ b/assemblies/features/enterprise/pom.xml
@@ -237,7 +237,7 @@
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>stax2-api</artifactId>
-            <version>4.2.2</version>
+            <version>4.3.0</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index dc4de17d80..3a90627234 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -219,7 +219,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
         
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
         
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/${jackson.version}</bundle>
         <!-- StAX2 API (required by jackson-dataformat-xml) -->
-        <bundle>mvn:org.codehaus.woodstox/stax2-api/4.2.2</bundle>
+        <bundle>mvn:org.codehaus.woodstox/stax2-api/4.3.0</bundle>
         <!-- Hibernate ORM core: wrapped to convert incorrectly mandatory 
imports to optional.
              Vendor-specific (oracle, ibm, postgresql, checkerframework, 
jonas), CDI
              (jakarta.enterprise.*, jakarta.inject), Bean Validation 
(jakarta.validation.*),
diff --git a/pom.xml b/pom.xml
index 2030e43574..193c0111a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,8 +174,8 @@
         <camel.version>3.22.4</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.6.12</cxf.version>
-        <jackson.annotations.version>2.21</jackson.annotations.version>
-        <jackson.version>2.21.5</jackson.version>
+        <jackson.annotations.version>2.22</jackson.annotations.version>
+        <jackson.version>2.22.2</jackson.version>
         <jna.version>5.19.1</jna.version>
         <jaxb-bom.version>2.3.9</jaxb-bom.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>

Reply via email to