You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by br...@apache.org on 2021/07/26 06:19:27 UTC

[activemq-artemis] branch main updated: ARTEMIS-3391 Upgrade netty version to 4.1.66.Final

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 459d392  ARTEMIS-3391 Upgrade netty version to 4.1.66.Final
459d392 is described below

commit 459d3924444b9f8d0df5fa698eb8736f4531224b
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Mon Jul 19 15:30:17 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index a1eedca..da4109c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,10 +104,10 @@
       <checkstyle.version>8.43</checkstyle.version>
       <mockito.version>3.9.0</mockito.version>
       <jctools.version>2.1.2</jctools.version>
-      <netty.version>4.1.65.Final</netty.version>
+      <netty.version>4.1.66.Final</netty.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.39.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.40.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>