Skip to content

Commit 4a642a1

Browse files
authored
fix(deps): update dependency software.amazon.awssdk:bom to v2.26.1 (#55)
1 parent 08de1d8 commit 4a642a1

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
@@ -63,7 +63,7 @@ dependencies {
6363
because("httpclient 4.5.13 fails to verify *.s3.amazonaws.com certificates, see https://github.com/burrunan/gradle-s3-build-cache/issues/23")
6464
}
6565
}
66-
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
66+
implementation(platform("software.amazon.awssdk:bom:2.26.1"))
6767
implementation("software.amazon.awssdk:sso") {
6868
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
6969
}

0 commit comments

Comments
 (0)