Skip to content

Commit 3448667

Browse files
build(deps): bump io.netty:netty-codec-http2 (#255)
Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.4.Final to 4.2.6.Final. - [Commits](netty/netty@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c40e281 commit 3448667

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
@@ -84,7 +84,7 @@ subprojects {
8484
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
8585
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8686
}
87-
implementation("io.netty:netty-codec-http2:4.2.4.Final") {
87+
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
8888
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
8989
}
9090
}

0 commit comments

Comments
 (0)