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/10/13 12:52:05 UTC

[cxf] branch main updated: Update Jackson Databind to 2.13.4.1 (CVE-2022-42003)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 07d4d65849 Update Jackson Databind to 2.13.4.1 (CVE-2022-42003)
07d4d65849 is described below

commit 07d4d658494ab19860932d6ec83059c7ab9443cb
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Oct 13 08:51:40 2022 -0400

    Update Jackson Databind to 2.13.4.1 (CVE-2022-42003)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 78a75d899d..3a3d696d9c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,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.4</cxf.jackson.databind.version>
+        <cxf.jackson.databind.version>2.13.4.1</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>
         <cxf.jaeger.version>1.6.0</cxf.jaeger.version>