Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 4267268 commit cf8ec3d
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 @@ -54,7 +54,7 @@ sourceSets {
dependencies {
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'

implementation platform('software.amazon.awssdk:bom:2.25.51')
implementation platform('software.amazon.awssdk:bom:2.25.56')

implementation('software.amazon.awssdk:s3') {
exclude group: 'software.amazon.awssdk', module: 'apache-client'
Expand Down

0 comments on commit cf8ec3d

Please sign in to comment.