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 732b6dbcda ARTEMIS-4757 upgrade Netty to 4.1.109.Final
732b6dbcda is described below
commit 732b6dbcdac774fed0049b5daf7366a967bcfa78
Author: Justin Bertram <[email protected]>
AuthorDate: Wed May 1 19:07:44 2024 -0500
ARTEMIS-4757 upgrade Netty to 4.1.109.Final
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9b530dfef1..1929b37105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<checkstyle.version>10.15.0</checkstyle.version>
<mockito.version>5.10.0</mockito.version>
<jctools.version>4.0.2</jctools.version>
- <netty.version>4.1.108.Final</netty.version>
+ <netty.version>4.1.109.Final</netty.version>
<hdrhistogram.version>2.1.12</hdrhistogram.version>
<curator.version>5.6.0</curator.version>
<zookeeper.version>3.9.1</zookeeper.version>