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/09 17:20:11 UTC

[cxf] branch 3.5.x-fixes updated: Update Netty to 4.1.81.Final

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 6a23a557ec Update Netty to 4.1.81.Final
6a23a557ec is described below

commit 6a23a557ec646e8e80fe3dc231484d237d693e8b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Sep 9 10:21:14 2022 -0400

    Update Netty to 4.1.81.Final
    
    (cherry picked from commit f91bd0e9674dfb74f012674bbfdf72313dcf5d3f)
    (cherry picked from commit 55ad818c395b377094e5cea84d5dc332633fc3c8)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6388c7fb36..515a7289a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -176,7 +176,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.80.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.81.Final</cxf.netty.version>
         <cxf.netty.tcnative.version>2.0.46.Final</cxf.netty.tcnative.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>
         <cxf.openjpa.version>3.1.2</cxf.openjpa.version>