diff --git a/build.gradle.kts b/build.gradle.kts index a936821..06503f0 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.27.7")) + implementation(platform("software.amazon.awssdk:bom:2.27.9")) implementation("software.amazon.awssdk:sso") { because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174") }