From b0b00c8aed3c2fb37f55ebfc40ab6e4399fce4c8 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Wed, 11 Jan 2023 15:46:34 +0200 Subject: [PATCH] Update the minio dependency. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1d98fc2..9d8dc8e 100644 --- a/build.gradle +++ b/build.gradle @@ -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.4.6' + implementation 'io.minio:minio:8.5.1' // https://mvnrepository.com/artifact/com.cloudera.impala/jdbc implementation("com.cloudera.impala:jdbc:2.5.31") {