Revert the update of the "minio" dependency, as it introduces a bug, related to the "okhttp3.HttpUrl"-class.
This commit is contained in:
parent
8876089022
commit
c08ba1cc89
|
@ -48,7 +48,7 @@ dependencies {
|
|||
// https://mvnrepository.com/artifact/org.apache.commons/commons-compress
|
||||
implementation 'org.apache.commons:commons-compress:1.22'
|
||||
|
||||
implementation 'io.minio:minio:8.5.0'
|
||||
implementation 'io.minio:minio:8.4.6'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.cloudera.impala/jdbc
|
||||
implementation("com.cloudera.impala:jdbc:2.5.31") {
|
||||
|
|
Loading…
Reference in New Issue