From 89da18c55ffa0f57205071dff9189ebe9cb60030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:13:58 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-codec-http2 Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.1.124.Final to 4.2.4.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.124.Final...netty-4.2.4.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.4.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c1b3289..173cb55 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,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.1.124.Final") { + implementation("io.netty:netty-codec-http2:4.2.4.Final") { because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17") } }