Skip to content

Commit e42cf03

Browse files
committed
updated the Kotlin SDK build number in BOM
1 parent 7dc73cf commit e42cf03

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

kotlin/services/kendra/build.gradle.kts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ repositories {
2828

2929
apply(plugin = "org.jlleitschuh.gradle.ktlint")
3030
dependencies {
31-
implementation("aws.sdk.kotlin:kendra:1.3.112")
32-
implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
33-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
34-
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
35-
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
31+
implementation(platform("aws.sdk.kotlin:bom:1.3.112"))
32+
implementation("aws.sdk.kotlin:kendra")
33+
implementation("aws.sdk.kotlin:secretsmanager")
34+
testImplementation("org.junit.jupiter:junit-jupiter")
35+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
36+
implementation("aws.smithy.kotlin:http-client-engine-crt")
3637
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
3738

3839
implementation("com.google.code.gson:gson:2.10")

0 commit comments

Comments
 (0)