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/10/11 12:45:44 UTC

[activemq-artemis] branch main updated: ARTEMIS-4040: Update to Netty 4.1.82

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 d08af2bf6d ARTEMIS-4040: Update to Netty 4.1.82
d08af2bf6d is described below

commit d08af2bf6d2ac5cf93b4b31706c99bd6d46cb63d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Oct 11 11:08:31 2022 +0100

    ARTEMIS-4040: Update to Netty 4.1.82
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e09ef1a9f..6fa6407069 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,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.79.Final</netty.version>
+      <netty.version>4.1.82.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>
       <curator.version>5.2.0</curator.version>
       <zookeeper.version>3.6.3</zookeeper.version>