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 92263977e1fc6e3f2ee606b628b0d2958027a0f7 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu May 16 13:14:42 2019 +0300 Upgraded Netty version to 4.1.36 --- 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 66a77f5..9309c66 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -33,7 +33,7 @@ <properties> <projectRoot>${project.basedir}/..</projectRoot> - <netty.version>4.1.34.Final</netty.version> + <netty.version>4.1.36.Final</netty.version> </properties> <dependencies>