Skip to content

Commit ca98988

Browse files
Forced common-lang3 -> 3.18
1 parent 4d0ded5 commit ca98988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ dependencies {
6161
api('net.minidev:json-smart:2.5.2') {
6262
because 'CVE-2024-57699'
6363
}
64+
api('org.apache.commons:commons-lang3:3.18.0') {
65+
because 'CVE-2025-48924'
66+
}
6467
}
6568

6669
configurations.all {

0 commit comments

Comments
 (0)