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 e5e2e59 commit d9b5265Copy full SHA for d9b5265
build.gradle
@@ -75,6 +75,9 @@ subprojects {
75
implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") {
76
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
77
}
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
82
83
0 commit comments