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/10/04 08:54:37 UTC

[activemq] branch main updated: [AMQ-8393] Upgrade to jackson 2.12.5

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 6dccfcd  [AMQ-8393] Upgrade to jackson 2.12.5
     new 7b6c285  Merge pull request #716 from jbonofre/AMQ-8393
6dccfcd is described below

commit 6dccfcd853b060b3526bcd199b05ed671adf257f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 27 18:48:05 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 6abcb95..85a79f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <httpclient-version>4.5.13</httpclient-version>
     <httpcore-version>4.4.14</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
-    <jackson-version>2.12.4</jackson-version>
+    <jackson-version>2.12.5</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>