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 2022/03/15 17:29:32 UTC

[activemq-artemis] branch main updated: ARTEMIS-3723: update to Netty 4.1.75 (and netty-tcnative 2.0.50)

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

clebertsuconic 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 c48aa9a  ARTEMIS-3723: update to Netty 4.1.75 (and netty-tcnative 2.0.50)
c48aa9a is described below

commit c48aa9a68a767c49327a05d56a687fe4e50a5008
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Mar 15 13:19:43 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 7fcb4e7..33d0305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
       <checkstyle.version>9.2.1</checkstyle.version>
       <mockito.version>3.12.4</mockito.version>
       <jctools.version>2.1.2</jctools.version>
-      <netty.version>4.1.74.Final</netty.version>
+      <netty.version>4.1.75.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>
       <curator.version>5.2.0</curator.version>
       <zookeeper.version>3.6.3</zookeeper.version>
@@ -124,7 +124,7 @@
       <opentelemetry-alpha.version>1.10.0-alpha</opentelemetry-alpha.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.48.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.50.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>