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