Skip to content

Commit f15bd9e

Browse files
committed
fix(deps): update dependency software.amazon.awssdk:bom to v2.45.1
1 parent 4351a56 commit f15bd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
because("httpclient 4.5.13 fails to verify *.s3.amazonaws.com certificates, see https://github.com/burrunan/gradle-s3-build-cache/issues/23")
5252
}
5353
}
54-
implementation(platform("software.amazon.awssdk:bom:2.40.13"))
54+
implementation(platform("software.amazon.awssdk:bom:2.45.1"))
5555
implementation("software.amazon.awssdk:sso") {
5656
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
5757
}

0 commit comments

Comments
 (0)