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 90ff4ccd68 [KARAF-7854] Upgrade to jackson 2.17.2
90ff4ccd68 is described below

commit 90ff4ccd68202b0291af56f9804e411d9e4dad93
Author: Gregor Eichelberger <[email protected]>
AuthorDate: Wed Jul 24 18:48:06 2024 +0200

    [KARAF-7854] Upgrade to jackson 2.17.2
    
    Upgrades the following dependencies:
    - snakeyaml from 1.33 to 2.2
    - jackson from 2.14.1 to 2.17.2
    
    (cherry picked from commit 77c307651f0b9ee29b6065db03884258260943a6)
---
 assemblies/features/specs/src/main/feature/feature.xml | 2 +-
 pom.xml                                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/specs/src/main/feature/feature.xml 
b/assemblies/features/specs/src/main/feature/feature.xml
index 8f6a49d0a8..776334de67 100644
--- a/assemblies/features/specs/src/main/feature/feature.xml
+++ b/assemblies/features/specs/src/main/feature/feature.xml
@@ -80,7 +80,7 @@
         <feature>jackson</feature>
         <feature>jaxrs</feature>
         <feature>jakarta.annotation</feature>
-        <bundle start-level="35">mvn:org.yaml/snakeyaml/1.33</bundle>
+        <bundle start-level="35">mvn:org.yaml/snakeyaml/2.2</bundle>
         <bundle 
start-level="35">mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}</bundle>
         <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${jackson.version}</bundle>
         <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${jackson.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 71f73a6a4b..825565f8f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.5.5</cxf.version>
-        <jackson.version>2.14.1</jackson.version>
+        <jackson.version>2.17.2</jackson.version>
         <jna.version>5.14.0</jna.version>
         <jaxb-bom.version>2.3.9</jaxb-bom.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>

Reply via email to