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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new c2331db787 Update Jackson to 2.13.2 and Jackson Databind to 2.13.2.2
c2331db787 is described below

commit c2331db787fbae7f1532a3bd12790ef91db8891a
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Apr 8 12:44:41 2022 -0400

    Update Jackson to 2.13.2 and Jackson Databind to 2.13.2.2
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d9137f6c84..08d49c82f3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -132,8 +132,8 @@
         
<cxf.httpcomponents.core.version>4.4.15</cxf.httpcomponents.core.version>
         
<cxf.httpcomponents.client5.version>5.1.2</cxf.httpcomponents.client5.version>
         
<cxf.httpcomponents.core5.version>5.1.3</cxf.httpcomponents.core5.version>
-        <cxf.jackson.version>2.11.4</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.11.4</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.13.2</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.13.2.2</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>
@@ -201,7 +201,7 @@
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
         <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
-        <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
+        <cxf.snakeyaml.version>1.30</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.3.12.RELEASE</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.6.RELEASE</cxf.spring.ldap.version>

Reply via email to