You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/02/05 20:26:16 UTC

[activemq-artemis] branch master updated: ARTEMIS-2615 Update netty version to 4.1.45.Final

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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 622c0d6  ARTEMIS-2615 Update netty version to 4.1.45.Final
     new dddc4d9  This closes #2970
622c0d6 is described below

commit 622c0d61e8340f4e8b94a2fe549b85c3bfc8069f
Author: brusdev <br...@gmail.com>
AuthorDate: Tue Feb 4 11:12:39 2020 +0100

    ARTEMIS-2615 Update netty version to 4.1.45.Final
    
    Update netty version to 4.1.45.Final and netty-tcnative version to 2.0.28.Final.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56fbd8d..db93248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,10 +91,10 @@
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>2.25.0</mockito.version>
       <jctools.version>2.1.2</jctools.version>
-      <netty.version>4.1.43.Final</netty.version>
+      <netty.version>4.1.45.Final</netty.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.26.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.28.Final</netty-tcnative-version>
       <proton.version>0.33.2</proton.version>
       <resteasy.version>3.0.19.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>