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 ffd71aa commit bd574c5Copy full SHA for bd574c5
build.gradle
@@ -84,7 +84,7 @@ subprojects {
84
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
85
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
86
}
87
- implementation("io.netty:netty-codec-http2:4.2.4.Final") {
+ 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
0 commit comments