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

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


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

commit 6a89066f0c2d71dc73bb7b68c801c981d61f45c8
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                                             | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/activemq-karaf/src/main/resources/features-core.xml 
b/activemq-karaf/src/main/resources/features-core.xml
index 1ebd87d510..43942609fb 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -67,7 +67,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 21c1b3bd9a..724866ae7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
     <httpcore-version>4.4.16</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.19.1</jackson-version>
+    <jackson-annotations-version>2.20</jackson-annotations-version>
     <jakarta-jms-api-version>3.1.0</jakarta-jms-api-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-version>4.0.5</jaxb-version>
@@ -607,7 +608,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