Skip to content

Commit e739e38

Browse files
chore(deps): bump io.netty:netty-codec-http2 (#2252)
Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.5.Final to 4.2.6.Final. - [Commits](netty/netty@netty-4.2.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7d0178 commit e739e38

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
@@ -77,7 +77,7 @@ allprojects {
7777
implementation("com.azure:azure-core-http-netty:1.16.0") {
7878
because("Version 1.15.12 depends on netty libs that have two vulnerabilities: https://mvnrepository.com/artifact/com.azure/azure-core-http-netty/1.15.12")
7979
}
80-
implementation("io.netty:netty-codec-http2:4.2.5.Final") {
80+
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
8181
because("Version 4.1.123.Final vulnerability: https://www.cve.org/CVERecord?id=CVE-2025-8916")
8282
}
8383
testImplementation("com.networknt:json-schema-validator:1.5.9") {

0 commit comments

Comments
 (0)