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 a3d225109 Bump netty 4.2.0.Final to 4.2.10.Final
a3d225109 is described below
commit a3d2251096b1d63779e04a4deb1a95889aba88a7
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Mar 14 18:17:31 2026 +0100
Bump netty 4.2.0.Final to 4.2.10.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 c6e7c0f4e..83b9c1398 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.2.0.Final</version>
+ <version>4.2.10.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>