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 2021/12/20 05:03:36 UTC

[activemq] branch main updated: [AMQ-8404] Upgrade to jackson 2.13.0

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 0f62ec0  [AMQ-8404] Upgrade to jackson 2.13.0
     new e881e0c  Merge pull request #735 from jbonofre/AMQ-8404
0f62ec0 is described below

commit 0f62ec0fec98bd142564cfac7fa2a5380b2066bb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Dec 16 15:21:36 2021 +0100

    [AMQ-8404] Upgrade to jackson 2.13.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c54161e..df070a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <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.12.5</jackson-version>
+    <jackson-version>2.13.0</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.43.v20210629</jetty9-version>