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 2021/04/01 10:28:51 UTC

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

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 e304433  Updating Netty to 4.1.62
e304433 is described below

commit e304433ca8d8f5f8ed93e0ae465951ef5d32c8f4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Apr 1 11:27:46 2021 +0100

    Updating Netty to 4.1.62
    
    (cherry picked from commit 9921fc7b5189dc154cff7cb0a8cb37732d73a319)
    (cherry picked from commit 264bcfcb673ac2997f6037aa8edb8cfe4581a82a)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2b25e93..be30de2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -168,7 +168,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.60.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.62.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>