Skip to content

Commit

Permalink
Bump amazonAwsJavaSdkVersion from 1.12.556 to 1.12.560
Browse files Browse the repository at this point in the history
Bumps `amazonAwsJavaSdkVersion` from 1.12.556 to 1.12.560.

Updates `com.amazonaws:aws-java-sdk-core` from 1.12.556 to 1.12.560
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.556...1.12.560)

Updates `com.amazonaws:aws-java-sdk-xray` from 1.12.556 to 1.12.560
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.556...1.12.560)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-xray
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Sep 29, 2023
1 parent 1aa9d9a commit c4c403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'org.springframework.boot'
buildscript {
ext {
awsSdkVersion = '2.20.157'
amazonAwsJavaSdkVersion = '1.12.556'
amazonAwsJavaSdkVersion = '1.12.560'
}
}

Expand Down

0 comments on commit c4c403e

Please sign in to comment.