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 23:51:57 UTC

[cxf] 01/04: Update Jackson to 2.13.4

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

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

commit 3cd0de9b9fe3f7edc1fe9f469d17b0a3f65f36d2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 13:44:42 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 39998e88b7..216007abcc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,7 +129,7 @@
         <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.13.3</cxf.jackson.version>
+        <cxf.jackson.version>2.13.4</cxf.jackson.version>
         <cxf.jackson.databind.version>2.13.3</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>