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 5a5a54ce4b026b62a124134ff34ea7f53aa9f4ab Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Aug 18 09:32:22 2020 +0300 Upgraded Netty version to 4.1.51.Final --- 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 ae149aa..e996443 100644 --- a/sshd-netty/pom.xml +++ b/sshd-netty/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-bom</artifactId> - <version>4.1.50.Final</version> + <version>4.1.51.Final</version> <type>pom</type> <scope>import</scope> </dependency>