This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new b64cc1f ARTEMIS-3478 Upgrade netty version to 4.1.68.Final
b64cc1f is described below
commit b64cc1fbe378f1de533c541718279c92b7b6cbd2
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Tue Sep 14 12:26:56 2021 +0200
ARTEMIS-3478 Upgrade netty version to 4.1.68.Final
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cfd3b92..cc81d45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,12 +108,12 @@
<checkstyle.version>8.43</checkstyle.version>
<mockito.version>3.11.2</mockito.version>
<jctools.version>2.1.2</jctools.version>
- <netty.version>4.1.66.Final</netty.version>
+ <netty.version>4.1.68.Final</netty.version>
<curator.version>5.2.0</curator.version>
<zookeeper.version>3.6.3</zookeeper.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.40.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.42.Final</netty-tcnative-version>
<proton.version>0.33.8</proton.version>
<resteasy.version>3.15.0.Final</resteasy.version>
<slf4j.version>1.7.21</slf4j.version>