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 9e336b41bfc13af0caa2be73fcbe7b75bc5890b4 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sun Feb 2 19:22:08 2020 +0200 Upgraded Netty version to 4.1.45 --- 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 e2fa7ce..865b66e 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -33,7 +33,7 @@ <properties> <projectRoot>${project.basedir}/..</projectRoot> - <netty.version>4.1.44.Final</netty.version> + <netty.version>4.1.45.Final</netty.version> </properties> <dependencies>