Skip to content

Commit 09f4cd6

Browse files
authored
Pinned the commons-beanutils dependency to fix CVE-2025-48734 (#850)
Signed-off-by: Amardeepsingh Siglani <[email protected]>
1 parent e2d4d7c commit 09f4cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ apply from: 'build-tools/opensearchplugin-coverage.gradle'
6969
apply plugin: 'opensearch.java-agent'
7070

7171
configurations {
72+
all {
73+
resolutionStrategy {
74+
force "commons-beanutils:commons-beanutils:1.11.0"
75+
}
76+
}
7277
ktlint {
7378
resolutionStrategy {
7479
force "ch.qos.logback:logback-classic:1.5.16"

0 commit comments

Comments
 (0)