Update hadoop-minicluster version for test fixture. (#645)

The `hadoop-minicluster:2.8.5` which is used for integration tests, has dependencies which have been flagged for having security vulnerabilities. Update this to the latest version `3.3.0`

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
This commit is contained in:
Rabi Panda 2021-05-04 10:48:43 -07:00 committed by GitHub
parent ca9fb6d302
commit 67460c7804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@
apply plugin: 'opensearch.java'
dependencies {
api "org.apache.hadoop:hadoop-minicluster:2.8.5"
api "org.apache.hadoop:hadoop-minicluster:3.3.0"
}