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/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 083a30e4ed AMQ-9762: Upgrade to Jackson 2.20.0 (#1492)
083a30e4ed is described below
commit 083a30e4ed39a8e6ad2a14451f652c6f8937d95c
Author: JB Onofré <[email protected]>
AuthorDate: Thu Sep 25 07:56:41 2025 +0200
AMQ-9762: Upgrade to Jackson 2.20.0 (#1492)
---
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 99fe871371..5a1748a99c 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -65,7 +65,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 603d5464d0..00716f80b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,8 @@
<httpclient-version>4.5.14</httpclient-version>
<httpcore-version>4.4.16</httpcore-version>
<insight-version>1.2.0.Beta4</insight-version>
- <jackson-version>2.19.1</jackson-version>
+ <jackson-version>2.20.0</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>
@@ -576,7 +577,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