Skip to content

Commit

Permalink
updated the Kotlin SDK build number in BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jan 25, 2025
1 parent ff9b1c9 commit 4a21623
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kotlin/services/route53/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ repositories {
}
apply(plugin = "org.jlleitschuh.gradle.ktlint")
dependencies {
implementation("aws.sdk.kotlin:route53:1.3.112")
implementation("aws.sdk.kotlin:route53domains:1.3.112")
implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
implementation(platform("aws.sdk.kotlin:bom:1.3.112"))
implementation("aws.sdk.kotlin:route53")
implementation("aws.sdk.kotlin:route53domains")
implementation("aws.sdk.kotlin:secretsmanager")
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
implementation("aws.smithy.kotlin:http-client-engine-crt")
implementation("com.google.code.gson:gson:2.10")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
Expand Down

0 comments on commit 4a21623

Please sign in to comment.