Skip to content

Commit 26ede83

Browse files
committed
address commons-lang3 CVE-2025-48924
Signed-off-by: Brian Flores <[email protected]>
1 parent c12440c commit 26ede83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

search-processors/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ repositories {
2727
mavenLocal()
2828
}
2929

30+
configurations.all {
31+
resolutionStrategy.force "org.apache.commons:commons-lang3:${versions.commonslang}"
32+
}
33+
3034
dependencies {
3135
implementation project(path: ":${rootProject.name}-common", configuration: 'shadow')
3236
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"

0 commit comments

Comments
 (0)