Skip to content

Commit 2f6fd6f

Browse files
committed
updated the Kotlin SDK build number
1 parent 9c6c542 commit 2f6fd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/services/sqs/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repositories {
2727
}
2828
apply(plugin = "org.jlleitschuh.gradle.ktlint")
2929
dependencies {
30-
implementation("aws.sdk.kotlin:sqs:1.2.28")
31-
implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
30+
implementation("aws.sdk.kotlin:sqs:1.3.112")
31+
implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
3232
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
3333
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
3434
implementation("com.google.code.gson:gson:2.10")

0 commit comments

Comments
 (0)