Skip to content

Commit

Permalink
chore(deps): bump io.minio:minio from 8.5.12 to 8.5.13
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]>
  • Loading branch information
dependabot[bot] authored and loicmathieu committed Nov 20, 2024
1 parent 8800aec commit 064082d
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 @@ -48,7 +48,7 @@ dependencies {
annotationProcessor group: "io.kestra", name: "processor", version: kestraVersion

// libs
api ('io.minio:minio:8.5.12') {
api ('io.minio:minio:8.5.13') {
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 064082d

Please sign in to comment.