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 e8cac3c ARTEMIS-3684: update netty to 4.1.74 (and netty-tcnative to
2.0.48)
e8cac3c is described below
commit e8cac3c5c2900507a4b26996deadbe242eff78bf
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Feb 14 13:20:45 2022 +0000
ARTEMIS-3684: update netty to 4.1.74 (and netty-tcnative to 2.0.48)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e24a071..c41bbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,12 +112,12 @@
<checkstyle.version>9.2.1</checkstyle.version>
<mockito.version>3.12.4</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.73.Final</netty.version>
+ <netty.version>4.1.74.Final</netty.version>
<curator.version>5.2.0</curator.version>
<zookeeper.version>3.6.3</zookeeper.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.46.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.48.Final</netty-tcnative-version>
<proton.version>0.33.10</proton.version>
<resteasy.version>3.15.0.Final</resteasy.version>
<slf4j.version>1.7.36</slf4j.version>