This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new aa36f62 ARTEMIS-2271 - Upgrade to Netty Libs to Latest 4.1.34.FINAL
new a6dc579 This closes #2576
aa36f62 is described below
commit aa36f62c9f9c1076337cf73726397ea1c7b199bb
Author: Michael André Pearce <[email protected]>
AuthorDate: Fri Mar 8 17:41:36 2019 +0000
ARTEMIS-2271 - Upgrade to Netty Libs to Latest 4.1.34.FINAL
Also upgrade netty-tcnative along with it.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ce731bd..2d7972c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,8 @@
<jgroups.version>3.6.13.Final</jgroups.version>
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
<mockito.version>2.8.47</mockito.version>
- <netty.version>4.1.28.Final</netty.version>
- <netty-tcnative-version>2.0.12.Final</netty-tcnative-version>
+ <netty.version>4.1.34.Final</netty.version>
+ <netty-tcnative-version>2.0.22.Final</netty-tcnative-version>
<proton.version>0.31.0</proton.version>
<resteasy.version>3.0.19.Final</resteasy.version>
<slf4j.version>1.7.21</slf4j.version>