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 19d77011de ARTEMIS-4701: update to Netty 4.1.108 (and netty-tcnative 
test dep to 2.0.65)
19d77011de is described below

commit 19d77011de953ead80f17a6628280054d08f3363
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Mar 26 15:43:25 2024 +0000

    ARTEMIS-4701: update to Netty 4.1.108 (and netty-tcnative test dep to 
2.0.65)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbecdb11b5..ff3fe02712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,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.107.Final</netty.version>
+      <netty.version>4.1.108.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>
       <curator.version>5.6.0</curator.version>
       <zookeeper.version>3.9.1</zookeeper.version>
@@ -132,7 +132,7 @@
       <asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
 
       <!-- this is basically for tests -->
-      <netty-tcnative-version>2.0.63.Final</netty-tcnative-version>
+      <netty-tcnative-version>2.0.65.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