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 56ec308045 ARTEMIS-4672 - Upgrade Netty to 4.107.Final
56ec308045 is described below

commit 56ec3080455e5810466cadcbf90fae4b29f0216e
Author: Emmanuel Hugonnet <[email protected]>
AuthorDate: Wed Mar 6 18:31:21 2024 +0100

    ARTEMIS-4672 - Upgrade Netty to 4.107.Final
    
     * Upgrading netty-tcpnative to 2.0.63
     * Upgrading netty to 4.107.Final
    
    Signed-off-by: Emmanuel Hugonnet <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b931f9c41f..ff35bc5ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
       <checkstyle.version>10.12.7</checkstyle.version>
       <mockito.version>5.10.0</mockito.version>
       <jctools.version>4.0.2</jctools.version>
-      <netty.version>4.1.106.Final</netty.version>
+      <netty.version>4.1.107.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>
       <curator.version>5.6.0</curator.version>
       <zookeeper.version>3.9.1</zookeeper.version>
@@ -133,7 +133,7 @@
       <asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.63.Final</netty-tcnative-version>
       <proton.version>0.34.1</proton.version>
       <protonj2.version>1.0.0-M19</protonj2.version>
       <slf4j.version>2.0.11</slf4j.version>

Reply via email to