Skip to content

Commit 7474f42

Browse files
committed
[CHK-12508] dependabot alert: Update netty codec version
1 parent b0ff181 commit 7474f42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ subprojects {
8787
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
}
90+
implementation("io.netty:netty-codec:4.1.125.Final") {
91+
because("versions below 4.1.125.Final have security vulnerabilities including CVE-2025-58057 - see dependabot #21")
92+
}
9093
}
9194
}
9295

0 commit comments

Comments
 (0)