This is an automated email from the ASF dual-hosted git repository.
brusdev 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 6666037 ARTEMIS-2921 Upgrade to Netty 4.1.51.Final and netty-tcnative 2.0.33.Final
new e0c8859 This closes #3240
6666037 is described below
commit 6666037935751400fd21dc5451dcbe292b556bbe
Author: odidev <odidev@puresoftware.com>
AuthorDate: Sat Aug 8 10:52:23 2020 +0530
ARTEMIS-2921 Upgrade to Netty 4.1.51.Final and netty-tcnative 2.0.33.Final
- Upgrade to netty 4.1.51.Final and netty-tcnative 2.0.33.Final for both security fixes
and AArch64 performance improvements
- Refer release notes for detail:
-https://netty.io/news/2020/05/13/4-1-50-Final.html
-https://netty.io/news/2020/07/09/4-1-51-Final.html
Signed-off-by: odidev <odidev@puresoftware.com>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1c71357..afeac19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,10 +97,10 @@
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
<mockito.version>3.3.3</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.48.Final</netty.version>
+ <netty.version>4.1.51.Final</netty.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.29.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.33.Final</netty-tcnative-version>
<proton.version>0.33.6</proton.version>
<resteasy.version>3.0.19.Final</resteasy.version>
<slf4j.version>1.7.21</slf4j.version>
|