Skip to content

Commit 3394dc1

Browse files
committed
asdf
1 parent 6a503b3 commit 3394dc1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

build.gradle

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,20 @@ configurations {
2727
documentation
2828
assets
2929

30-
// Force v3.18 of commons-lang3 to avoid security vulnerabilities, without also
31-
// upgrading ml-app-deployer to 6.0.0, which we are not ready to do yet.
3230
configurations.all {
3331
resolutionStrategy {
34-
force 'org.apache.commons:commons-lang3:3.18.0'
32+
// // Force v4.5.0 of commons-collections4 to avoid XXX
33+
// force "org.apache.commons:commons-collections4:4.5.0"
34+
// Force v3.18 of commons-lang3 to avoid CVE-2025-48924
35+
// (https://www.cve.org/CVERecord?id=CVE-2025-48924), without also
36+
// upgrading ml-app-deployer to 6.0.0, which we are not ready to do yet.
37+
force 'org.apache.commons:commons-lang3:3.18.0'
3538
}
3639
}
3740
}
3841

3942
ext {
4043
kafkaVersion = "3.9.1"
41-
42-
configurations.all {
43-
resolutionStrategy {
44-
force "org.apache.commons:commons-collections4:4.5.0"
45-
}
46-
}
4744
}
4845

4946
dependencies {

0 commit comments

Comments
 (0)