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/06/26 09:06:44 UTC

[mina-sshd] 14/16: Upgraded Netty version to 4.1.65

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 707e8199ad4b658743d6518a2f15375574dcbe2f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:21:11 2021 +0300

    Upgraded Netty version to 4.1.65
---
 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 8446751..472a061 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.63.Final</version>
+                <version>4.1.65.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>