Skip to content

Commit 26853df

Browse files
build(deps): bump io.netty:netty-codec-http2
Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.6.Final to 4.2.7.Final. - [Commits](netty/netty@netty-4.2.6.Final...netty-4.2.7.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.7.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3adfed7 commit 26853df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ subprojects {
8585
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
8686
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8787
}
88-
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
88+
implementation("io.netty:netty-codec-http2:4.2.7.Final") {
8989
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
9090
}
91-
implementation("io.netty:netty-codec:4.2.6.Final") {
91+
implementation("io.netty:netty-codec:4.2.7.Final") {
9292
because("versions below 4.1.125.Final have security vulnerabilities including CVE-2025-58057 - see dependabot #21")
9393
}
9494
}

0 commit comments

Comments
 (0)