You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/05/21 13:05:53 UTC

[cxf] branch 3.3.x-fixes updated: Updating Netty to 4.1.50

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new 62437df  Updating Netty to 4.1.50
62437df is described below

commit 62437df01166b107c47be79218410721f9713672
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu May 21 14:05:06 2020 +0100

    Updating Netty to 4.1.50
    
    (cherry picked from commit 5633467181d265eb30935eb21f003cadd04e144e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 84a5edd..e2e6f6b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,7 +167,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.49.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.50.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.0</cxf.openjpa.version>