File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff 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
3942ext {
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
4946dependencies {
You can’t perform that action at this time.
0 commit comments