Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 0a569a8

Browse files
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.5.Final. - [Commits](netty/netty@netty-4.2.4.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c82e2b commit 0a569a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
// Fix for CVE-2025-55163. Should be removed after parent dependency is up-to-date
4343
// > spring-boot-starter-webflux:3.5.0
44-
implementation("io.netty:netty-codec-http2:4.2.4.Final")
44+
implementation("io.netty:netty-codec-http2:4.2.5.Final")
4545

4646
compileOnly(libs.lombok)
4747

0 commit comments

Comments
 (0)