Skip to content

Commit

Permalink
Bump awssdk from 2.20.149 to 2.20.157 in /reposilite-backend (#1943)
Browse files Browse the repository at this point in the history
Bumps `awssdk` from 2.20.149 to 2.20.157.

Updates `software.amazon.awssdk:bom` from 2.20.149 to 2.20.157

Updates `software.amazon.awssdk:s3` from 2.20.149 to 2.20.157

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  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 3, 2023
1 parent b42fb80 commit 8368272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
kapt("info.picocli:picocli-codegen:$picocli")
api("info.picocli:picocli:$picocli")

val awssdk = "2.20.149"
val awssdk = "2.20.157"
implementation(platform("software.amazon.awssdk:bom:$awssdk"))
implementation("software.amazon.awssdk:s3:$awssdk")

Expand Down

0 comments on commit 8368272

Please sign in to comment.