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 0ef4c976628fdd36216779dd879f6069f7df59ae Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon Aug 26 15:57:30 2019 +0300 Upgraded Netty version to 4.1.39 --- 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 6514325..c1d0fe7 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -33,7 +33,7 @@ <properties> <projectRoot>${project.basedir}/..</projectRoot> - <netty.version>4.1.37.Final</netty.version> + <netty.version>4.1.39.Final</netty.version> </properties> <dependencies>