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/03/02 16:59:59 UTC

[activemq] branch master updated: [AMQ-7432] Upgrade to jackson-databind 2.9.10.3

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 dcd1de9  [AMQ-7432] Upgrade to jackson-databind 2.9.10.3
     new 93e3029  Merge pull request #492 from jbonofre/AMQ-7432-JACKSON
dcd1de9 is described below

commit dcd1de927040500fb98215ef6c1323616b27825e
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 2 16:37:44 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d183df9..19412c7 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.2</jackson-databind-version>
+    <jackson-databind-version>2.9.10.3</jackson-databind-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.27.v20200227</jetty9-version>