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 c3df94f commit 183b463Copy full SHA for 183b463
build.gradle
@@ -80,7 +80,7 @@ subprojects {
80
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
81
because("versions below 11.0.12 have security vulnerabilities including CVE-2024-56337, CVE-2025-55754, CVE-2025-61795 - see dependabot #13, #27, #28")
82
}
83
- implementation("org.apache.commons:commons-lang3:3.19.0") {
+ implementation("org.apache.commons:commons-lang3:3.20.0") {
84
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
85
86
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
0 commit comments