Skip to content

Commit

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

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Nov 15, 2024
1 parent 4779c72 commit fd93a24
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
@@ -1,7 +1,7 @@
buildscript {
ext {
awsSdkVersion = '2.29.9'
amazonAwsJavaSdkVersion = '1.12.777'
amazonAwsJavaSdkVersion = '1.12.778'
}
}

Expand Down

0 comments on commit fd93a24

Please sign in to comment.