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 67768dcaf Bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final (#719) 67768dcaf is described below commit 67768dcafa3a7b6b39e07a816c9cd5744cbe73b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 10 09:28:59 2025 +0200 Bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final (#719) Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 377999c8b..445afe54c 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.119.Final</version> + <version>4.2.0.Final</version> <type>pom</type> <scope>import</scope> </dependency>