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 1e12e0b4e73bceed771436c6cce35b72824654b3 Author: Lyor Goldstein <[email protected]> AuthorDate: Sun Mar 17 19:02:40 2019 +0200 Upgraded Netty version to 4.1.34 --- 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 5fb2eb5..66a77f5 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -33,7 +33,7 @@ <properties> <projectRoot>${project.basedir}/..</projectRoot> - <netty.version>4.1.32.Final</netty.version> + <netty.version>4.1.34.Final</netty.version> </properties> <dependencies>
