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/05/22 13:55:58 UTC

[cxf] branch 3.4.x-fixes updated (2489317632 -> 4d589ccc1d)

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

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


    from 2489317632 Updating Tomcat to 9.0.63
     new 9b40ad5d4b Update Jackson to 2.13.3
     new 4d589ccc1d Recording .gitmergeinfo Changes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo  | 2 ++
 parent/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

Posted by re...@apache.org.
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

commit 4d589ccc1da3c5196c25d0c5c4efb8c78758ab43
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun May 22 09:47:35 2022 -0400

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 6668de2bf8..c5562d2e51 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -218,6 +218,7 @@ M 509db61fb9c8c5b36691d1293908f2f36aef3d30
 M 50bef0418d228a071a14ee117638d89827d58444
 M 512e984140bb47cd8a0afe199cccb8832888e701
 M 51d876408746af1ada48c6f16fb2df13fc9590e1
+M 52ae98b551cd9e68cfc00aa3518cddbd852cb700
 M 52c993ae6e74fee283180b15cc0a2bf98b67732b
 M 531a1871253cfb1adbf4def72d055b9f1efed646
 M 5409cc649fa5542e0f68af24546ab05a4e38a50c
@@ -242,6 +243,7 @@ M 62dee0b664bc1d0c1dfd1617895c731d7d079bb5
 M 62fdb71b6114ac1c9de5625c54f76673e43ea64e
 M 649520354501295859b692ddf1b42adb919affbb
 M 64e772e56271ed2dd588317646e1ef0796c77635
+M 6515e4ce60307ab4a30b08882ecc7e41297f0ebd
 M 66cfed6054c97d461361892efb55d51dd51694d6
 M 675006323cdc3d1f8c8fbe1f65c03f4884782401
 M 67d7e562c786e5cbe0d88f82832622e6f3e7131f


[cxf] 01/02: Update Jackson to 2.13.3

Posted by re...@apache.org.
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

commit 9b40ad5d4ba820deda3524742d654a93990d9aec
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat May 21 23:00:34 2022 -0400

    Update Jackson to 2.13.3
    
    (cherry picked from commit d0e418b3bd5e0fa78690db5faa1e5b2a505704da)
    (cherry picked from commit 9ddc3ec6c4a65eb132c33ceb67923c15f5111924)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d17767b4b0..f092f3c8bc 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.13.2</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.13.2.2</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.13.3</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.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>