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 2f4308bCopy full SHA for 2f4308b
build.gradle
@@ -79,7 +79,7 @@ subprojects {
79
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
80
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
81
}
82
- implementation("org.apache.commons:commons-lang3:3.18.0") {
+ implementation("org.apache.commons:commons-lang3:3.19.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") {
0 commit comments