Skip to content

Commit

Permalink
Bump awsSdkVersion from 2.17.151 to 2.17.152
Browse files Browse the repository at this point in the history
Bumps `awsSdkVersion` from 2.17.151 to 2.17.152.

Updates `auth` from 2.17.151 to 2.17.152

Updates `core` from 2.17.151 to 2.17.152
- [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.151...2.17.152)

Updates `profiles` from 2.17.151 to 2.17.152

Updates `regions` from 2.17.151 to 2.17.152

Updates `utils` from 2.17.151 to 2.17.152
- [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.151...2.17.152)

Updates `kinesis` from 2.17.151 to 2.17.152

Updates `netty-nio-client` from 2.17.151 to 2.17.152

Updates `sqs` from 2.17.151 to 2.17.152

Updates `s3` from 2.17.151 to 2.17.152

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:profiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:regions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  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 Mar 22, 2022
1 parent ee29b73 commit 4a1ad63
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 @@ -17,7 +17,7 @@ buildscript {
//import org.gradle.api.tasks.testing.logging.TestLogEvent

ext {
awsSdkVersion = "2.17.151"
awsSdkVersion = "2.17.152"
springVersion = "5.3.17"
springSecurityVersion = "5.6.2"
springBootVersion = "2.6.4"
Expand Down

0 comments on commit 4a1ad63

Please sign in to comment.