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 1f964509c4 Upgrade jackson legacy version to LTS 2.18.8 (#2709)
1f964509c4 is described below

commit 1f964509c4049ee77787a8ae4f3b6b060bb3f1c2
Author: Holger Friedrich <[email protected]>
AuthorDate: Tue Jun 9 13:29:24 2026 +0200

    Upgrade jackson legacy version to LTS 2.18.8 (#2709)
---
 .../features/specs/src/main/feature/feature.xml      | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/assemblies/features/specs/src/main/feature/feature.xml 
b/assemblies/features/specs/src/main/feature/feature.xml
index e7dbbdcc00..30bfbfc91f 100644
--- a/assemblies/features/specs/src/main/feature/feature.xml
+++ b/assemblies/features/specs/src/main/feature/feature.xml
@@ -74,24 +74,24 @@
         <bundle start-level="10" 
dependency="true">mvn:jakarta.mail/jakarta.mail-api/${spec.mail.version}</bundle>
     </feature>
 
-    <!-- jackson 2.18 -->
-    <feature name="jackson" version="2.18.3">
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/2.18.3</bundle>
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/2.18.3</bundle>
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/2.18.3</bundle>
+    <!-- jackson 2.18 (old LTS) -->
+    <feature name="jackson" version="2.18.8">
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/2.18.8</bundle>
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/2.18.8</bundle>
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/2.18.8</bundle>
     </feature>
 
-    <feature name="jackson-jaxrs" version="2.18.3">
+    <feature name="jackson-jaxrs" version="2.18.8">
         <feature>jackson</feature>
         <feature>jaxrs</feature>
         <feature>jakarta.annotation</feature>
         <bundle start-level="35">mvn:org.yaml/snakeyaml/2.5</bundle>
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.18.3</bundle>
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.18.3</bundle>
-        <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.18.3</bundle>
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.18.8</bundle>
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.18.8</bundle>
+        <bundle 
start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.18.8</bundle>
     </feature>
 
-    <!-- jackson 2.20 -->
+    <!-- jackson 2.21 (current version) -->
     <feature name="jackson" version="${jackson.version}">
         <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
         <bundle 
start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.annotations.version}</bundle>

Reply via email to