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:42:37 UTC

[activemq] branch activemq-5.15.x 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 activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 7e2c177  AMQ-7266 - Update Jackson databind to 2.9.9.3
7e2c177 is described below

commit 7e2c177aebf9190985323ceac7d26633db4277ec
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 128d81b..6d729d3 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>