This is an automated email from the ASF dual-hosted git repository.
jbertram 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 d541851 ARTEMIS-3179 Update netty version to 4.1.60.Final
new 0dc1b4f This closes #3491
d541851 is described below
commit d5418511511d7cb8cfa9f6621e92198efbb29c9b
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Fri Mar 12 17:04:21 2021 +0100
ARTEMIS-3179 Update netty version to 4.1.60.Final
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8134726..8b62bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<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.59.Final</netty.version>
+ <netty.version>4.1.60.Final</netty.version>
<!-- this is basically for tests -->
<netty-tcnative-version>2.0.36.Final</netty-tcnative-version>