diff --git a/build.gradle.kts b/build.gradle.kts index 3a69936..ff11392 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }