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:33:55 UTC

[activemq] branch activemq-5.16.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.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


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

commit 2eb38780388c07fd5e42c7a48176928c62be5a7b
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)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8c5b7152..2c66387e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,8 +68,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.2</jackson-version>
-    <jackson-databind-version>2.13.2.2</jackson-databind-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.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.48.v20220622</jetty9-version>