Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.17.89 to 2.17.102
Browse files Browse the repository at this point in the history
Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.89 to 2.17.102.
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.89...2.17.102)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2021
1 parent f030435 commit f5a404e
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 @@ -25,7 +25,7 @@ repositories {

dependencies {
implementation(platform('org.junit:junit-bom:5.8.1'))
implementation(platform("software.amazon.awssdk:bom:2.17.89"))
implementation(platform("software.amazon.awssdk:bom:2.17.102"))

implementation('software.amazon.awssdk:codeartifact')
implementation('software.amazon.awssdk:sts')
Expand Down

0 comments on commit f5a404e

Please sign in to comment.