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 9c6c542 commit 2f6fd6fCopy full SHA for 2f6fd6f
kotlin/services/sqs/build.gradle.kts
@@ -27,8 +27,8 @@ repositories {
27
}
28
apply(plugin = "org.jlleitschuh.gradle.ktlint")
29
dependencies {
30
- implementation("aws.sdk.kotlin:sqs:1.2.28")
31
- implementation("aws.sdk.kotlin:secretsmanager:1.2.28")
+ implementation("aws.sdk.kotlin:sqs: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