Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency software.amazon.awssdk:bom to v2.26.15
Browse files Browse the repository at this point in the history
renovate-bot committed Jul 3, 2024
1 parent dc3cccc commit 699ac19
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
@@ -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.15"))
implementation("software.amazon.awssdk:sso") {
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
}

0 comments on commit 699ac19

Please sign in to comment.