You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/08/18 10:34:14 UTC

[activemq-artemis] branch main updated: ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to 2.0.54)

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

robbie 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 88be6c3223 ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to 2.0.54)
88be6c3223 is described below

commit 88be6c32235c86b41cf1d2a81c5fd04f76d3a668
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Aug 18 11:33:08 2022 +0100

    ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to 2.0.54)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4104635ab2..0bd5153ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
       <checkstyle.version>9.2.1</checkstyle.version>
       <mockito.version>4.4.0</mockito.version>
       <jctools.version>2.1.2</jctools.version>
-      <netty.version>4.1.77.Final</netty.version>
+      <netty.version>4.1.79.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>
       <curator.version>5.2.0</curator.version>
       <zookeeper.version>3.6.3</zookeeper.version>
@@ -125,7 +125,7 @@
       <opentelemetry-alpha.version>1.10.0-alpha</opentelemetry-alpha.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.52.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
       <proton.version>0.33.10</proton.version>
       <resteasy.version>3.15.0.Final</resteasy.version>
       <slf4j.version>1.7.36</slf4j.version>