You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2021/03/31 09:30:02 UTC

[plc4x] branch rel/0.6 updated: Bump Netty Version to 4.1.62.Final.

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch rel/0.6
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.6 by this push:
     new ac7e10a  Bump Netty Version to 4.1.62.Final.
ac7e10a is described below

commit ac7e10abc5b34dcaebae6f4c2212452c640a05f3
Author: julian <j....@pragmaticminds.de>
AuthorDate: Wed Mar 31 11:26:28 2021 +0200

    Bump Netty Version to 4.1.62.Final.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 690c3eb..b7eabc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
     <lucene.version>8.2.0</lucene.version>
     <metrics-core.version>3.1.2</metrics-core.version>
     <mockito.version>2.24.5</mockito.version>
-    <netty.version>4.1.39.Final</netty.version>
+    <netty.version>4.1.62.Final</netty.version>
     <owasp-dependency-check.version>5.0.0-M1</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>
     <scala.version>2.12.6</scala.version>