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:
parent
ca9fb6d302
commit
67460c7804
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue