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 17:00:29 UTC

[activemq] branch activemq-5.15.x 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 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 09b4a22  [AMQ-7432] Upgrade to jackson-databind 2.9.10.3
09b4a22 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 1c4bb90..bc32b2f 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>