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/08/01 15:56:33 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8327] Update Jackson to 2.12.4

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 4fce1f3  [AMQ-8327] Update Jackson to 2.12.4
4fce1f3 is described below

commit 4fce1f31f1e977f5b6b23d602e465562335e0b95
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Jul 16 11:30:53 2021 -0500

    [AMQ-8327] Update Jackson to 2.12.4
    
    (cherry picked from commit fc4e68f46a44dabf82784d8ba023fd793b1787d7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9cafa2b..5460f8b 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.3</jackson-version>
+    <jackson-version>2.12.4</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>