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