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 842cbf4  AMQ-7319 - Update Jackson to 2.9.10
842cbf4 is described below

commit 842cbf4160fcb6d5085dac909e98bacd03b86d65
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Fri Oct 11 17:23:33 2019 +0100

    AMQ-7319 - Update Jackson to 2.9.10
    
    (cherry picked from commit 55a8035e8b515cb9c158f76e0d66a98a19e93181)
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9714736..1fb8037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,8 +73,7 @@
     <httpclient-version>4.5.9</httpclient-version>
     <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.3</jackson-databind-version>
+    <jackson-version>2.9.10</jackson-version>
     <jasypt-version>1.9.2</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.19.v20190610</jetty9-version>
@@ -675,7 +674,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson-databind-version}</version>
+        <version>${jackson-version}</version>
       </dependency>
 
       <!-- Used to configure the activemq logs -->

Reply via email to