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 2608bdb commit b24b935Copy full SHA for b24b935
build.gradle
@@ -82,7 +82,7 @@ subprojects {
82
implementation("org.apache.commons:commons-lang3:3.18.0") {
83
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
84
}
85
- implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.10") {
86
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
87
88
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
0 commit comments