You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/10/30 15:32:52 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9130] Upgrade to jackson 2.13.4 and jackson-databind 2.13.4.1

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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 27143af16 [AMQ-9130] Upgrade to jackson 2.13.4 and jackson-databind 2.13.4.1
27143af16 is described below

commit 27143af16102f21a672eb9d6e2c246d309f76878
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 23 17:59:04 2022 +0200

    [AMQ-9130] Upgrade to jackson 2.13.4 and jackson-databind 2.13.4.1
    
    (cherry picked from commit 5cbaa0356d2845b3b67b43a58a644ec578ef37a1)
---
 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 b7c312e67..eb1bfbe8a 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -60,7 +60,7 @@
       <bundle dependency="true">mvn:org.apache.activemq/activeio-core/${activeio-version}</bundle>
       <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-databind/${jackson-databind-version}</bundle>
       <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson-version}</bundle>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index e3c519e24..2d1ce700e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,8 @@
     <httpclient-version>4.5.13</httpclient-version>
     <httpcore-version>4.4.15</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
-    <jackson-version>2.13.3</jackson-version>
+    <jackson-version>2.13.4</jackson-version>
+    <jackson-databind-version>2.13.4.1</jackson-databind-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
     <jetty9-version>9.4.48.v20220622</jetty9-version>
@@ -715,7 +716,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson-version}</version>
+        <version>${jackson-databind-version}</version>
       </dependency>
 
       <!-- Used to configure the activemq logs -->