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 2020/02/20 06:48:32 UTC

[activemq] branch master updated: [AMQ-7320] Upgrade to Jackson databind 2.9.10.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1870152  [AMQ-7320] Upgrade to Jackson databind 2.9.10.2
     new 6e77e2f  Merge pull request #456 from jbonofre/AMQ-7320
1870152 is described below

commit 18701524a84db80f8b7fe245c7693315dd66d379
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Feb 18 07:38:10 2020 +0100

    [AMQ-7320] Upgrade to Jackson databind 2.9.10.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae12a4f..b031cfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <httpcore-version>4.4.13</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.9.10</jackson-version>
-    <jackson-databind-version>2.9.10.1</jackson-databind-version>
+    <jackson-databind-version>2.9.10.2</jackson-databind-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.22.v20191022</jetty9-version>