Skip to content

Commit

Permalink
chore(deps): bump com.amazonaws:aws-java-sdk-bom
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.372 to 1.12.575.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.372...1.12.575)

---
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 Oct 27, 2023
1 parent 46ae191 commit 9a032c5
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 @@ -29,7 +29,7 @@ ext {
awsSecretKey = awsCredentials?.AWSSecretKey ?: System.getenv('AWS_SECRET_ACCESS_KEY') ?: project.findProperty('AWS_SECRET_ACCESS_KEY')

version_args4j = '2.33'
version_aws_sdk = '1.12.372'
version_aws_sdk = '1.12.575'
version_coroutines = '1.7.3'
version_hamcrest = '2.2'
version_groovy = '4.0.13'
Expand Down

0 comments on commit 9a032c5

Please sign in to comment.