This is an automated email from the ASF dual-hosted git repository.
jbertram 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 1098fb8a32 ARTEMIS-4591 upgrade Netty to 4.1.106.Final
1098fb8a32 is described below
commit 1098fb8a32873946e17c5e6aa3dc2269abd9150d
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 13:26:11 2024 -0600
ARTEMIS-4591 upgrade Netty to 4.1.106.Final
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d873b75a06..32dcc256c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<checkstyle.version>10.12.7</checkstyle.version>
<mockito.version>5.4.0</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.101.Final</netty.version>
+ <netty.version>4.1.106.Final</netty.version>
<hdrhistogram.version>2.1.12</hdrhistogram.version>
<curator.version>5.5.0</curator.version>
<zookeeper.version>3.8.3</zookeeper.version>