Skip to content

Commit

Permalink
fix(deps): update dependency software.amazon.awssdk:bom to v2.23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Jan 23, 2024
1 parent e580a74 commit dcbd7af
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.23.7"))
implementation(platform("software.amazon.awssdk:bom:2.23.8"))
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 dcbd7af

Please sign in to comment.