Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Jan 16, 2025
1 parent cba77f4 commit 34f2bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
compileOnly'org.slf4j:slf4j-api'

// Minio client dependency
implementation ('io.minio:minio:8.5.13') {
implementation ('io.minio:minio:8.5.15') {
exclude (group: 'com.fasterxml.jackson.core', module: 'jackson-core')
exclude (group: 'com.fasterxml.jackson.core', module: 'jackson-databind')
exclude (group: 'com.fasterxml.jackson.core', module: 'jackson-annotations')
Expand Down

0 comments on commit 34f2bf8

Please sign in to comment.