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

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


The following commit(s) were added to refs/heads/activemq-5.19.x by this push:
     new 1bf66d8596 AMQ-9762: Upgrade to Jackson 2.20.0
1bf66d8596 is described below

commit 1bf66d8596f5e8ff5f156579ef2c700c24f2e6c0
Author: JB Onofré <[email protected]>
AuthorDate: Fri Oct 3 09:34:55 2025 +0200

    AMQ-9762: Upgrade to Jackson 2.20.0
---
 activemq-karaf/src/main/resources/features-core.xml | 2 +-
 pom.xml                                             | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/activemq-karaf/src/main/resources/features-core.xml 
b/activemq-karaf/src/main/resources/features-core.xml
index 197399a067..7f6573d35b 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -59,7 +59,7 @@
       <bundle 
dependency="true">mvn:org.codehaus.jettison/jettison/${jettison-version}</bundle>
       <bundle 
dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/${jackson-version}</bundle>
       <bundle 
dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson-version}</bundle>
-      <bundle 
dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson-version}</bundle>
+      <bundle 
dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson-annotations-version}</bundle>
     </feature>
 
     <!-- JMS1.1 and JMS2.0 support via the same Geronimo JMS 2 bundle  -->
diff --git a/pom.xml b/pom.xml
index cf2dea5721..49e150599a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,8 @@
     <insight-version>1.2.0.Beta4</insight-version>
     <jakarta-jms-api-version>2.0.3</jakarta-jms-api-version>
     <jakarta-jms-api-v3-version>3.1.0</jakarta-jms-api-v3-version>
-    <jackson-version>2.18.3</jackson-version>
+    <jackson-version>2.20.0</jackson-version>
+    <jackson-annotations-version>2.20</jackson-annotations-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
     <jetty9-version>9.4.57.v20241219</jetty9-version>
@@ -718,7 +719,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-annotations</artifactId>
-        <version>${jackson-version}</version>
+        <version>${jackson-annotations-version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to