From a30b5228d2f0d2bc9878e3b3fc1300224892e91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:46:01 +0000 Subject: [PATCH] chore(deps): bump io.minio:minio from 8.6.0 to 9.0.1 Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.6.0 to 9.0.1. - [Release notes](https://github.com/minio/minio-java/releases) - [Commits](https://github.com/minio/minio-java/compare/8.6.0...9.0.1) --- updated-dependencies: - dependency-name: io.minio:minio dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/s3/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/s3/build.gradle.kts b/plugins/s3/build.gradle.kts index 8e67cdbc..2ffe1969 100644 --- a/plugins/s3/build.gradle.kts +++ b/plugins/s3/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { testImplementation(libs.testcontainers.junit.jupiter) testImplementation(project(":")) - implementation("io.minio:minio:8.6.0") + implementation("io.minio:minio:9.0.1") compileOnly(project(":")) }