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 b22b64c1142c1dc13384d8c894cb03c6423e05e8 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Mar 26 09:08:02 2021 +0300 Updated Netty version to 4.1.60.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 0ae5d38..d0ae2d4 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.58.Final</version> + <version>4.1.60.Final</version> <type>pom</type> <scope>import</scope> </dependency>