chore(deps): bump io.minio:minio from 8.6.0 to 9.0.0

Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.6.0 to 9.0.0.
- [Release notes](https://github.com/minio/minio-java/releases)
- [Commits](https://github.com/minio/minio-java/compare/8.6.0...9.0.0)

---
updated-dependencies:
- dependency-name: io.minio:minio
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-23 02:55:55 +00:00
committed by GitHub
parent 8cff3c9754
commit c495d5a920

View File

@@ -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.0")
compileOnly(project(":"))
}