Skip to content

Commit 7039dc5

Browse files
Pinned the commons-beanutils dependency to fix CVE-2025-48734 (#850)
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com> (cherry picked from commit 09f4cd6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2882a88 commit 7039dc5

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.3.14"

0 commit comments

Comments
 (0)