From 44ee28f57674f823af4d957bd800f8edab13b98b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 05:05:15 +0000 Subject: [PATCH] fix(deps): update dependency io.minio:minio to v8.5.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38be73d..4c90453 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'io.sentry:sentry:7.1.0' implementation 'rocks.kavin:reqwest4j:1.0.13' - implementation 'io.minio:minio:8.5.7' + implementation 'io.minio:minio:8.5.9' compileOnly 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.30' }