Skip to content

Commit b3ccf87

Browse files
authored
pinned the commons-beanutils dependency to forced 1.11.0 version (#1887)
Signed-off-by: Amardeepsingh Siglani <[email protected]>
1 parent 41f6905 commit b3ccf87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alerting/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ configurations.all {
105105
force "commons-logging:commons-logging:${versions.commonslogging}"
106106
// force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379
107107
force "commons-codec:commons-codec:1.13"
108+
// force commons-beanutils to a non-vulnerable version
109+
force "commons-beanutils:commons-beanutils:1.11.0"
108110

109111
force "org.slf4j:slf4j-api:${versions.slf4j}" //Needed for http5
110112

0 commit comments

Comments
 (0)