Skip to content

Commit

Permalink
fix(deps): bump aws-java-sdk-bom from 1.12.193 to 1.12.197
Browse files Browse the repository at this point in the history
Bumps [aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.193 to 1.12.197.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.193...1.12.197)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-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 and JoergSiebahn committed Apr 12, 2022
1 parent c3f9af7 commit 27afa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
exclude group: 'com.fasterxml.jackson.module'
exclude group: 'org.awaitility', module: 'awaitility'
}
api enforcedPlatform("com.amazonaws:aws-java-sdk-bom:1.12.193")
api enforcedPlatform("com.amazonaws:aws-java-sdk-bom:1.12.197")
api enforcedPlatform("io.github.resilience4j:resilience4j-bom:1.7.0")

constraints {
Expand Down

0 comments on commit 27afa3e

Please sign in to comment.