Skip to content

Commit 89da18c

Browse files
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](netty/netty@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] <[email protected]>
1 parent a838e8d commit 89da18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subprojects {
8181
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
8282
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8383
}
84-
implementation("io.netty:netty-codec-http2:4.1.124.Final") {
84+
implementation("io.netty:netty-codec-http2:4.2.4.Final") {
8585
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
8686
}
8787
}

0 commit comments

Comments
 (0)