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 4e44e56 ARTEMIS-2727 Update netty version to 4.1.48.Final
new 13a8472 This closes #3095
4e44e56 is described below
commit 4e44e569592344473ce0f5d7619fed13ab363488
Author: brusdev <[email protected]>
AuthorDate: Mon Apr 20 19:32:21 2020 +0200
ARTEMIS-2727 Update netty version to 4.1.48.Final
Update netty version to 4.1.48.Final and netty-tcnative version to
2.0.29.Final.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 47387fd..dfe3afb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,10 +93,10 @@
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
<mockito.version>2.25.0</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.45.Final</netty.version>
+ <netty.version>4.1.48.Final</netty.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.28.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.29.Final</netty-tcnative-version>
<proton.version>0.33.4</proton.version>
<resteasy.version>3.0.19.Final</resteasy.version>
<slf4j.version>1.7.21</slf4j.version>