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 2021/04/02 14:44:06 UTC

[cxf] branch 3.4.x-fixes updated: Update to Netty 4.1.63 (Regression fix)

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 65b1819  Update to Netty 4.1.63 (Regression fix)
65b1819 is described below

commit 65b18195c8390181a6c97ba4990743ede65f6cec
Author: reta <dr...@gmail.com>
AuthorDate: Fri Apr 2 10:43:20 2021 -0400

    Update to Netty 4.1.63 (Regression fix)
    
    (cherry picked from commit 57bb6737a6d3cd46dfec97c4357a691978581d0a)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aacc96a..64dd320 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,7 +171,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.62.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.63.Final</cxf.netty.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>
         <cxf.openjpa.version>3.1.2</cxf.openjpa.version>