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 2019/08/07 05:41:55 UTC

[activemq] branch master updated: AMQ-7266 - Update Jackson databind to 2.9.9.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 d6487ac  AMQ-7266 - Update Jackson databind to 2.9.9.3
     new 8715022  Merge pull request #382 from coheigea/AMQ-7266
d6487ac is described below

commit d6487ace5b670d640e1aee2b9b5d3786a351d8ee
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 6 16:16:40 2019 +0100

    AMQ-7266 - Update Jackson databind to 2.9.9.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 891acfa..e50404b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <httpcore-version>4.4.11</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.9.9</jackson-version>
-    <jackson-databind-version>2.9.9.1</jackson-databind-version>
+    <jackson-databind-version>2.9.9.3</jackson-databind-version>
     <jasypt-version>1.9.2</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.2.26.v20180806</jetty9-version>