Skip to content

Commit

Permalink
fix(deps): update dependency software.amazon.awssdk:bom to v2.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 25, 2024
1 parent dc3cccc commit c62e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
because("httpclient 4.5.13 fails to verify *.s3.amazonaws.com certificates, see https://github.com/burrunan/gradle-s3-build-cache/issues/23")
}
}
implementation(platform("software.amazon.awssdk:bom:2.26.1"))
implementation(platform("software.amazon.awssdk:bom:2.26.9"))
implementation("software.amazon.awssdk:sso") {
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
}
Expand Down

0 comments on commit c62e392

Please sign in to comment.