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/10/12 04:46:09 UTC

[activemq] branch master updated: AMQ-7319 - Update Jackson to 2.9.10

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 55a8035  AMQ-7319 - Update Jackson to 2.9.10
     new c267422  Merge pull request #396 from coheigea/AMQ-7319
55a8035 is described below

commit 55a8035e8b515cb9c158f76e0d66a98a19e93181
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Oct 11 17:23:33 2019 +0100

    AMQ-7319 - Update Jackson to 2.9.10
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbf5d57..33aa7b1 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 -->