Skip to content

Commit e9493e6

Browse files
Pinned the commons-beanutils dependency to fix CVE-2025-48734 (#850) (#852)
(cherry picked from commit 09f4cd6) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2ef664 commit e9493e6

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
@@ -66,6 +66,11 @@ apply plugin: 'opensearch.repositories'
6666
apply from: 'build-tools/opensearchplugin-coverage.gradle'
6767

6868
configurations {
69+
all {
70+
resolutionStrategy {
71+
force "commons-beanutils:commons-beanutils:1.11.0"
72+
}
73+
}
6974
ktlint {
7075
resolutionStrategy {
7176
force "ch.qos.logback:logback-classic:1.5.16"

0 commit comments

Comments
 (0)