Skip to content

Commit

Permalink
Bump software.amazon.awssdk:sts from 2.20.92 to 2.21.0 (#2387)
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:sts from 2.20.92 to 2.21.0.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent ced3a3e commit 15eb7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencyResolutionManagement {
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.0.2")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.0.2")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.2")
library("aws-sts", "software.amazon.awssdk:sts:2.20.92")
library("aws-sts", "software.amazon.awssdk:sts:2.21.0")
bundle("aws-messaging", listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts"))
library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.1.0")
library("mockito-inline", "org.mockito:mockito-inline:5.2.0")
Expand Down

0 comments on commit 15eb7da

Please sign in to comment.