Skip to content

Commit 21d6a3b

Browse files
build(deps): bump io.netty:netty-codec from 4.2.6.Final to 4.2.7.Final (#281)
Bumps [io.netty:netty-codec](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 dependency-version: 4.2.7.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 46c7f50 commit 21d6a3b

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
@@ -86,10 +86,10 @@ subprojects {
8686
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
8787
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8888
}
89-
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
89+
implementation("io.netty:netty-codec-http2:4.2.7.Final") {
9090
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
9191
}
92-
implementation("io.netty:netty-codec:4.2.6.Final") {
92+
implementation("io.netty:netty-codec:4.2.7.Final") {
9393
because("versions below 4.1.125.Final have security vulnerabilities including CVE-2025-58057 - see dependabot #21")
9494
}
9595
}

0 commit comments

Comments
 (0)