From 6c2c027d088fc7cbc43bacb74dd3ba9032e479b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:27:48 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.114.Final to 4.2.0.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.114.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 71a7be0..f4ca779 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("io.netty:netty-all:4.1.114.Final") + implementation("io.netty:netty-all:4.2.0.Final") implementation("io.jpower.kcp:kcp-netty:1.5.2") //ssl server support