File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ repositories {
29
29
apply (plugin = " org.jlleitschuh.gradle.ktlint" )
30
30
31
31
dependencies {
32
- implementation(" aws.sdk.kotlin:sns:1.3.112" )
33
- implementation(" aws.sdk.kotlin:secretsmanager:1.3.112" )
34
- implementation(" aws.smithy.kotlin:http-client-engine-okhttp:0.30.0" )
35
- implementation(" aws.smithy.kotlin:http-client-engine-crt:0.30.0" )
32
+ implementation(platform(" aws.sdk.kotlin:bom:1.3.112" ))
33
+ implementation(" aws.sdk.kotlin:sns" )
34
+ implementation(" aws.sdk.kotlin:secretsmanager" )
35
+ implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
36
+ implementation(" aws.smithy.kotlin:http-client-engine-crt" )
36
37
implementation(" com.google.code.gson:gson:2.10" )
37
38
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.0" )
38
39
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ repositories {
27
27
}
28
28
apply (plugin = " org.jlleitschuh.gradle.ktlint" )
29
29
dependencies {
30
- implementation(" aws.sdk.kotlin:sqs:1.3.112" )
31
- 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" )
30
+ implementation(platform(" aws.sdk.kotlin:bom:1.3.112" ))
31
+ implementation(" aws.sdk.kotlin:sqs" )
32
+ implementation(" aws.sdk.kotlin:secretsmanager" )
33
+ implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
34
+ implementation(" aws.smithy.kotlin:http-client-engine-crt" )
34
35
implementation(" com.google.code.gson:gson:2.10" )
35
36
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
36
37
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
You can’t perform that action at this time.
0 commit comments