You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/10/13 14:58:02 UTC

[mina-sshd] 03/03: Upgraded Netty version to 4.1.42

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit d2599ea2ab1eeb40fb885a87b7f4807577602b91
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Oct 13 08:17:24 2019 +0300

    Upgraded Netty version to 4.1.42
---
 sshd-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index c1d0fe7..fc7acc5 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <netty.version>4.1.39.Final</netty.version>
+        <netty.version>4.1.42.Final</netty.version>
     </properties>
 
     <dependencies>