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

Commit d261605

Browse files
authored
Merge pull request #285 from digitalservicebund/dependabot/gradle/io.netty-netty-codec-http2-4.2.5.Final
build(deps): bump io.netty:netty-codec-http2 from 4.2.4.Final to 4.2.5.Final
2 parents 4c82e2b + 0a569a8 commit d261605

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)