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 2018/08/13 14:43:18 UTC

[cxf] 03/06: Updating Netty versions

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 31494b2417798ce2309edd9bfa2b4914b0133512
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 13 13:41:50 2018 +0100

    Updating Netty versions
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 014823e..139c3f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -138,8 +138,8 @@
         <cxf.maven.core.version>3.0.5</cxf.maven.core.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
-        <cxf.netty.version>4.0.43.Final</cxf.netty.version>
-        <cxf.netty3.version>3.9.2.Final</cxf.netty3.version>
+        <cxf.netty.version>4.0.56.Final</cxf.netty.version>
+        <cxf.netty3.version>3.10.6.Final</cxf.netty3.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>