Skip to content

Commit d9b5265

Browse files
authored
[CHK-12202] Update transient org.apache.commons:commons-lang3 (#229)
1 parent e5e2e59 commit d9b5265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ subprojects {
7575
implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") {
7676
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
7777
}
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+
}
7881
}
7982
}
8083

0 commit comments

Comments
 (0)