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>
This commit is contained in:
parent
52263663c4
commit
6666037935
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in New Issue