From 7991632d17ba32abbbebfb6e4a93cc3ad8c1630d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:13:47 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.2.3.Final to 4.2.6.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.3.Final to 4.2.6.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.3.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1aa6316..87b70cd4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] velocity-version = "3.4.0-SNAPSHOT" aide-reflection = "1.3" -netty = "4.2.3.Final" +netty = "4.2.6.Final" netty-tcnative = "2.0.72.Final" datafixerupper = "8.0.16" #byte-buddy = "1.15.10"