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 3464370 commit 7785270Copy full SHA for 7785270
build.gradle
@@ -78,6 +78,9 @@ subprojects {
78
implementation("org.apache.commons:commons-lang3:3.18.0") {
79
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
80
}
81
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") {
82
+ because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
83
+ }
84
85
86
0 commit comments