This is an automated email from the ASF dual-hosted git repository.
clebertsuconic 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 d06712ecb8 ARTEMIS-4439 upgrade Netty to 4.1.99.Final
d06712ecb8 is described below
commit d06712ecb8aca513cbf8f2933cd75258ef076125
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Sep 28 21:08:57 2023 -0400
ARTEMIS-4439 upgrade Netty to 4.1.99.Final
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cca15d9c51..cc6074c6e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<checkstyle.version>10.11.0</checkstyle.version>
<mockito.version>5.4.0</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.98.Final</netty.version>
+ <netty.version>4.1.99.Final</netty.version>
<hdrhistogram.version>2.1.12</hdrhistogram.version>
<curator.version>5.5.0</curator.version>
<zookeeper.version>3.8.2</zookeeper.version>