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 2021/04/09 15:49:40 UTC

[activemq-artemis] branch master updated: ARTEMIS-3232 Upgrade netty version to 4.1.63.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 447f4c3  ARTEMIS-3232 Upgrade netty version to 4.1.63.Final
     new e5757c7  This closes #3533
447f4c3 is described below

commit 447f4c31a495f0c3dc7b4883cbd107adef50f8e4
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Fri Apr 9 15:44:40 2021 +0200

    ARTEMIS-3232 Upgrade netty version to 4.1.63.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1266eef..bc66357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,10 +98,10 @@
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>3.3.3</mockito.version>
       <jctools.version>2.1.2</jctools.version>
-      <netty.version>4.1.60.Final</netty.version>
+      <netty.version>4.1.63.Final</netty.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.36.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.38.Final</netty-tcnative-version>
       <proton.version>0.33.8</proton.version>
       <resteasy.version>3.15.0.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>