From bd574c54b5950a74e3bb6462c7416a1e1e398288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:01:09 +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.4.Final to 4.2.6.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7db340c..9d2245a 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ subprojects { implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") { because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16") } - implementation("io.netty:netty-codec-http2:4.2.4.Final") { + implementation("io.netty:netty-codec-http2:4.2.6.Final") { because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17") } }