You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/01/02 07:14:47 UTC

[mina-sshd] 08/15: Ugraded Netty version to 4.1.56.Final

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 71f3145e7d57548ff35d63697df535f97c9454e1
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 31 20:57:40 2020 +0200

    Ugraded Netty version to 4.1.56.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 13fa68a..4e6933f 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.55.Final</version>
+                <version>4.1.56.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>