We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6905 commit b3ccf87Copy full SHA for b3ccf87
alerting/build.gradle
@@ -105,6 +105,8 @@ configurations.all {
105
force "commons-logging:commons-logging:${versions.commonslogging}"
106
// force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379
107
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"
110
111
force "org.slf4j:slf4j-api:${versions.slf4j}" //Needed for http5
112
0 commit comments