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 6025789 commit 8d1a629Copy full SHA for 8d1a629
kotlin/services/elasticbeanstalk/build.gradle.kts
@@ -28,8 +28,8 @@ repositories {
28
29
apply(plugin = "org.jlleitschuh.gradle.ktlint")
30
dependencies {
31
- implementation("aws.sdk.kotlin:elasticbeanstalk:1.2.28")
32
- implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
+ implementation("aws.sdk.kotlin:elasticbeanstalk: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
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
0 commit comments