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 23b978e commit 2fb10bdCopy full SHA for 2fb10bd
kotlin/services/ecr/build.gradle.kts
@@ -27,8 +27,8 @@ repositories {
27
}
28
apply(plugin = "org.jlleitschuh.gradle.ktlint")
29
dependencies {
30
- implementation("aws.sdk.kotlin:ecr:1.2.28")
31
- implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
+ implementation("aws.sdk.kotlin:ecr:1.3.112")
+ implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
32
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
33
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
34
implementation("com.google.code.gson:gson:2.10")
0 commit comments