Skip to content

Commit 303b5b1

Browse files
committed
updated the Kotlin SDK build number
1 parent 1d3eff6 commit 303b5b1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

kotlin/services/appsync/build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ repositories {
2727
}
2828
apply(plugin = "org.jlleitschuh.gradle.ktlint")
2929
dependencies {
30-
implementation("aws.sdk.kotlin:appsync:1.2.28")
31-
implementation("aws.sdk.kotlin:sts:1.2.28")
32-
implementation("aws.sdk.kotlin:s3:1.2.28")
33-
implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
34-
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
35-
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
30+
implementation(platform("aws.sdk.kotlin:bom:1.3.112"))
31+
implementation("aws.sdk.kotlin:appsync")
32+
implementation("aws.sdk.kotlin:sts")
33+
implementation("aws.sdk.kotlin:s3")
34+
implementation("aws.sdk.kotlin:secretsmanager")
35+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
36+
implementation("aws.smithy.kotlin:http-client-engine-crt")
3637
implementation("com.google.code.gson:gson:2.10")
3738
implementation("com.googlecode.json-simple:json-simple:1.1.1")
3839
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")

0 commit comments

Comments
 (0)