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 a632864 commit 7921ed7Copy full SHA for 7921ed7
build.gradle
@@ -78,7 +78,7 @@ 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") {
+ 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
0 commit comments