You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/06 22:48:29 UTC

[cxf] 01/04: Update Jackson Databind to 2.13.4

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

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

commit b220507faaf8c2386f3b639ac325d6c2f55eea6e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 18:38:25 2022 -0400

    Update Jackson Databind to 2.13.4
    
    (cherry picked from commit cf1dc0bc288382c6676ced1166ebefd2c5ae3464)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 013dad402c..f452c830c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,7 +128,7 @@
         <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.13.4</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.13.3</cxf.jackson.databind.version>
+        <cxf.jackson.databind.version>2.13.4</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>