We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ff181 commit 7474f42Copy full SHA for 7474f42
build.gradle
@@ -87,6 +87,9 @@ subprojects {
87
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
88
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
89
}
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
+ }
93
94
95
0 commit comments