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 170d0b1 commit 9106ebcCopy full SHA for 9106ebc
kotlin/services/rekognition/build.gradle.kts
@@ -27,8 +27,8 @@ repositories {
27
}
28
apply(plugin = "org.jlleitschuh.gradle.ktlint")
29
dependencies {
30
- implementation("aws.sdk.kotlin:rekognition:1.2.28")
31
- implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
+ implementation("aws.sdk.kotlin:rekognition: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