File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(" aws.sdk.kotlin:iam:1.3.112" )
31- implementation(" aws.sdk.kotlin:sts:1.3.112" )
32- implementation(" aws.sdk.kotlin:s3: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" )
30+ implementation(platform(" aws.sdk.kotlin:bom:1.3.112" ))
31+ implementation(" aws.sdk.kotlin:iam" )
32+ implementation(" aws.sdk.kotlin:sts" )
33+ implementation(" aws.sdk.kotlin:s3" )
34+ implementation(" aws.sdk.kotlin:secretsmanager" )
35+ implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
36+ implementation(" aws.smithy.kotlin:http-client-engine-crt" )
3637 implementation(" com.google.code.gson:gson:2.10" )
3738 implementation(" com.googlecode.json-simple:json-simple:1.1.1" )
3839 testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
You can’t perform that action at this time.
0 commit comments