This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new c876cce93 Bump Netty dependency to 4.1.78
c876cce93 is described below
commit c876cce935f9278b0d50f02fd554eff1af949060
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Jun 18 11:59:55 2022 +0200
Bump Netty dependency to 4.1.78
---
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 a9d8a48c0..7ef3e3667 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.76.Final</version>
+ <version>4.1.78.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>