Skip to content

Commit

Permalink
build(deps): bump io.minio:minio from 8.5.12 to 8.5.13 (#332)
Browse files Browse the repository at this point in the history
Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.5.12 to 8.5.13.
- [Release notes](https://github.com/minio/minio-java/releases)
- [Commits](minio/minio-java@8.5.12...8.5.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 9a2722f commit 2bd0d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ testcontainers-junit = { module = "org.testcontainers:junit-jupiter", version.re
testcontainers-minio = { module = "org.testcontainers:minio", version.ref = "testcontainers" }
testcontainers-hashicorp-vault = { module = "org.testcontainers:vault", version.ref = "testcontainers" }
azure-storage-blob = { module = "com.azure:azure-storage-blob", version = "12.28.1" }
minio-io = { module = "io.minio:minio", version = "8.5.12" }
minio-io = { module = "io.minio:minio", version = "8.5.13" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }

0 comments on commit 2bd0d2e

Please sign in to comment.