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 7921ed7 commit 41d968aCopy full SHA for 41d968a
build.gradle
@@ -81,6 +81,9 @@ 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") {
85
+ because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
86
+ }
87
88
89
0 commit comments