Skip to content

Commit fcff083

Browse files
authored
1 parent e5fb9b5 commit fcff083

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
@@ -152,6 +152,9 @@ allprojects {
152152
resolutionStrategy.force 'org.apache.commons:commons-text:1.11.0'
153153
resolutionStrategy.force 'commons-io:commons-io:2.15.0'
154154
resolutionStrategy.force 'org.yaml:snakeyaml:2.2'
155+
resolutionStrategy.dependencySubstitution {
156+
substitute module('commons-lang:commons-lang') using module('org.apache.commons:commons-lang3:3.18.0') because 'CVE-2025-48924: commons-lang 2.x vulnerable to StackOverflowError'
157+
}
155158
}
156159
}
157160

0 commit comments

Comments
 (0)