Skip to content

Commit 8d1a629

Browse files
committed
updated the build version in Kotlin SDK
1 parent 6025789 commit 8d1a629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/services/elasticbeanstalk/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repositories {
2828

2929
apply(plugin = "org.jlleitschuh.gradle.ktlint")
3030
dependencies {
31-
implementation("aws.sdk.kotlin:elasticbeanstalk:1.2.28")
32-
implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
31+
implementation("aws.sdk.kotlin:elasticbeanstalk: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
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")

0 commit comments

Comments
 (0)