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/02/09 13:08:38 UTC

[cxf] branch 3.4.x-fixes updated (1f768b0 -> b38a8e1)

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 1f768b0  Recording .gitmergeinfo Changes
     new 69dac9b  Update Netty to 4.1.74.Final
     new b38a8e1  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                                 | 1 +
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 3 files changed, 3 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 b38a8e10910235ddf242a571bb84fdac2a8e3464
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 9 08:08:04 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 9d15c66..630d931 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -207,6 +207,7 @@ M 67d7e562c786e5cbe0d88f82832622e6f3e7131f
 M 689ec48d044a62627ca302da6b219cb292eee36e
 M 6a77819f4bc141fcddd53a36b178972f1f68fe97
 M 6a7c0114f1b8661fae1f4dd178af6b7e05795dc7
+M 6b0c020e28c150d5913ec047c900d63bcc548f3f
 M 6bce68f2019b17952069b1b516647f06fe81fea1
 M 6d136a2635f0fe160bff6be1dcb8e52954dcbac3
 M 6e645cb9a671c43bf61c2dd26b1363a96e94885d

[cxf] 01/02: Update Netty to 4.1.74.Final

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 69dac9b5e25475220f98c5a4579b6d530c1eb293
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Feb 8 14:38:46 2022 -0500

    Update Netty to 4.1.74.Final
    
    (cherry picked from commit b5ed018997d38a6f40e0dc676ad378f85a548e06)
    (cherry picked from commit 6b0c020e28c150d5913ec047c900d63bcc548f3f)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 120b296..f13b162 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,7 +33,7 @@
         <spring.boot.version>2.3.9.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
-        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.74.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.1.2</cxf.swagger.ui.version>
         <cxf.tika.version>1.28</cxf.tika.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4da3adf..292beae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -178,7 +178,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.74.Final</cxf.netty.version>
         <cxf.netty.tcnative.version>2.0.46.Final</cxf.netty.tcnative.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>