This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new 961227f  Upgrading Jackson
961227f is described below

commit 961227f92b14856e5477f8f209ad9ced340c56ce
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Wed Sep 25 16:50:04 2019 +0100

    Upgrading Jackson
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 52c6fff..3cbd9ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,8 +128,8 @@
         
<cxf.httpcomponents.client.version>4.5.10</cxf.httpcomponents.client.version>
         
<cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         
<cxf.httpcomponents.core.version>4.4.12</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.9.9</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.9.9.3</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.9.10</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.9.10</cxf.jackson.databind.version>
         <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>

Reply via email to