File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ configurations.all {
80
80
force " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
81
81
// force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2.19.1379
82
82
force " commons-codec:commons-codec:1.13"
83
- // force commons-beanutils to a non-vulnerable version
84
- force " commons-beanutils:commons-beanutils:1.11.0"
85
83
86
84
// This is required because kotlin-coroutines-core 1.1.1 still requires kotlin stdlib 1.3.20 and we're using a higher kotlin version
87
85
force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation " com.cronutils:cron-utils:9.1.7"
16
16
api " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
17
17
api " org.opensearch:common-utils:${ common_utils_version} @jar"
18
- implementation ' commons-validator:commons-validator:1.7 '
18
+ implementation ' commons-validator:commons-validator:1.10.0 '
19
19
20
20
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
21
21
testImplementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
You can’t perform that action at this time.
0 commit comments