From 54d5fd26b0dfdd1e905ed37b7aa4fc09a07b1c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:54:54 +0000 Subject: [PATCH] chore(deps): Bump netty from 4.2.16.Final to 4.2.17.Final Bumps `netty` from 4.2.16.Final to 4.2.17.Final. Updates `io.netty:netty-common` from 4.2.16.Final to 4.2.17.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.17.Final) Updates `io.netty:netty-codec-http2` from 4.2.16.Final to 4.2.17.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.17.Final) --- updated-dependencies: - dependency-name: io.netty:netty-common dependency-version: 4.2.17.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.17.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 c2488c4459..ef08ecdc77 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ kotlin = "2.4.10" kotlin-mu = "3.0.5" rocksdb = "10.10.1.1" jetty = "12.1.11" -netty = "4.2.16.Final" +netty = "4.2.17.Final" rhino = "1.9.1" nimbus = "10.9.1" otel = "1.64.0"