Skip to content

Commit 76ef2f7

Browse files
committed
updated the Kotlin SDK build number
1 parent 4ac4181 commit 76ef2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlin/services/route53/build.gradle.kts

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

0 commit comments

Comments
 (0)