From 2bae644234d7ae288b23dfd7d1e155a0522e762b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:53:34 +0000 Subject: [PATCH] chore(deps): Bump netty from 4.2.16.Final to 4.2.18.Final Bumps `netty` from 4.2.16.Final to 4.2.18.Final. Updates `io.netty:netty-common` from 4.2.16.Final to 4.2.18.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.18.Final) Updates `io.netty:netty-codec-http2` from 4.2.16.Final to 4.2.18.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.18.Final) --- updated-dependencies: - dependency-name: io.netty:netty-common dependency-version: 4.2.18.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.18.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..23ca32ed8c 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.18.Final" rhino = "1.9.1" nimbus = "10.9.1" otel = "1.64.0"