Skip to content

Commit

Permalink
fix(deps): update dependency software.amazon.awssdk:bom to v2.26.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 14, 2024
1 parent 08de1d8 commit 4a642a1
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.25.1"))
implementation(platform("software.amazon.awssdk:bom:2.26.1"))
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 4a642a1

Please sign in to comment.