Skip to content

Commit 6025789

Browse files
committed
updated the build version in Kotlin SDK
1 parent 2fb10bd commit 6025789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/services/ecs/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:ecs:1.2.28")
31-
implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
30+
implementation("aws.sdk.kotlin:ecs: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
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")

0 commit comments

Comments
 (0)