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

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


The following commit(s) were added to refs/heads/main by this push:
     new 26d5c61235 build(deps): bump jackson.version from 2.21.4 to 2.22.1 
(#2768)
26d5c61235 is described below

commit 26d5c612351a1295dbb086260ba28ea7281d3cf7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 11 06:41:55 2026 +0200

    build(deps): bump jackson.version from 2.21.4 to 2.22.1 (#2768)
    
    * build(deps): bump jackson.version from 2.21.4 to 2.22.1
    
    Bumps `jackson.version` from 2.21.4 to 2.22.1.
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.4 to 2.22.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` 
from 2.21.4 to 2.22.1
    
    Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 
2.21.4 to 2.22.1
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.22.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: 
com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider
      dependency-version: 2.22.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
      dependency-version: 2.22.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): bump jackson.annotations.version from 2.21 to 2.22
    
    Fix OSGi resolution failure: jackson-jaxrs-json-provider 2.22.1 requires
    com.fasterxml.jackson.annotation >= 2.22.0, but the jackson-annotations
    bundle was still pinned to 2.21 via a separate property.
    
    * build(deps): bump stax2-api from 4.2.2 to 4.3.0
    
    jackson-dataformat-xml 2.22.1 requires org.codehaus.stax2 >= 4.3.0
    in its OSGi manifest, which stax2-api 4.2.2 does not satisfy.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JB Onofré <[email protected]>
---
 assemblies/features/enterprise/src/main/feature/feature.xml | 2 +-
 pom.xml                                                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index e1fe0b8fcb..a37523c736 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -174,7 +174,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
         <bundle>mvn:io.smallrye/jandex/3.2.0</bundle>
         <bundle>mvn:com.fasterxml/classmate/1.5.1</bundle>
         
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/${jackson.version}</bundle>
-        <bundle>mvn:org.codehaus.woodstox/stax2-api/4.2.2</bundle>
+        <bundle>mvn:org.codehaus.woodstox/stax2-api/4.3.0</bundle>
         <bundle>mvn:com.fasterxml.woodstox/woodstox-core/7.1.0</bundle>
         <bundle>mvn:jakarta.json/jakarta.json-api/2.1.3</bundle>
         <bundle>mvn:org.eclipse.parsson/parsson/1.1.7</bundle>
diff --git a/pom.xml b/pom.xml
index efbb562fb0..56e3369e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,8 +173,8 @@
         <camel.version>4.18.2</camel.version>
         <cglib.version>3.2.9</cglib.version>
         <cxf.version>3.6.10</cxf.version>
-        <jackson.annotations.version>2.21</jackson.annotations.version>
-        <jackson.version>2.21.4</jackson.version>
+        <jackson.annotations.version>2.22</jackson.annotations.version>
+        <jackson.version>2.22.1</jackson.version>
         <jna.version>5.19.1</jna.version>
         <jaxb-bom.version>4.0.9</jaxb-bom.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>

Reply via email to