From bcfc41343a88474a934b8370f1e31b0dbedec9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:44:44 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-bom from 4.2.10.Final to 4.2.11.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.2.10.Final to 4.2.11.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.10.Final...netty-4.2.11.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.11.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 40dc434..60e0725 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] redisson = "4.3.0" -netty = "4.2.10.Final" +netty = "4.2.11.Final" [libraries] redisson = { group = "org.redisson", name = "redisson", version.ref = "redisson" }