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/12/24 18:32:53 UTC

[mina-sshd] 11/12: Upgraded Netty version to 4.1.44

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 cdf873114319c0ec8004d069c83cf3d8192ea34e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Dec 24 19:53:56 2019 +0200

    Upgraded Netty version to 4.1.44
---
 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 9bdf6ec..7c89178 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <netty.version>4.1.43.Final</netty.version>
+        <netty.version>4.1.44.Final</netty.version>
     </properties>
 
     <dependencies>