We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4181 commit 76ef2f7Copy full SHA for 76ef2f7
kotlin/services/route53/build.gradle.kts
@@ -27,9 +27,9 @@ repositories {
27
}
28
apply(plugin = "org.jlleitschuh.gradle.ktlint")
29
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")
+ implementation("aws.sdk.kotlin:route53:1.3.112")
+ implementation("aws.sdk.kotlin:route53domains:1.3.112")
+ implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
33
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
34
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
35
implementation("com.google.code.gson:gson:2.10")
0 commit comments