From 26853df476d06f7844c5b7473655dc84032c038a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:20:21 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-codec-http2 Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.6.Final to 4.2.7.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.6.Final...netty-4.2.7.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.7.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 602cc5e..ca7efa2 100644 --- a/build.gradle +++ b/build.gradle @@ -85,10 +85,10 @@ subprojects { implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") { because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16") } - implementation("io.netty:netty-codec-http2:4.2.6.Final") { + implementation("io.netty:netty-codec-http2:4.2.7.Final") { because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17") } - implementation("io.netty:netty-codec:4.2.6.Final") { + implementation("io.netty:netty-codec:4.2.7.Final") { because("versions below 4.1.125.Final have security vulnerabilities including CVE-2025-58057 - see dependabot #21") } }