File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:apigateway" )
3232 implementation(" aws.sdk.kotlin:secretsmanager" )
3333 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:appsync" )
3232 implementation(" aws.sdk.kotlin:sts" )
3333 implementation(" aws.sdk.kotlin:s3" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:athena" )
3232 implementation(" aws.sdk.kotlin:secretsmanager" )
3333 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:autoscaling" )
3232 implementation(" aws.sdk.kotlin:secretsmanager" )
3333 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
Original file line number Diff line number Diff line change 1313 targetCompatibility = JavaVersion .VERSION_17
1414}
1515
16- val awsSdkVersion = " 1.4.119 "
16+ val awsSdkVersion = " 1.5.63 "
1717val junitVersion = " 5.12.0"
1818
1919repositories {
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(" aws.sdk.kotlin:bedrock:1.4.119 " )
31- implementation(" aws.sdk.kotlin:sts:1.4.119 " )
30+ implementation(" aws.sdk.kotlin:bedrock:1.5.63 " )
31+ implementation(" aws.sdk.kotlin:sts:1.5.63 " )
3232 testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0" )
3333}
3434tasks.withType<KotlinCompile > {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:cloudformation" )
3232 implementation(" aws.sdk.kotlin:secretsmanager" )
3333 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
30+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3131 implementation(" aws.sdk.kotlin:cloudtrail" )
3232 implementation(" aws.sdk.kotlin:secretsmanager" )
3333 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828
2929apply (plugin = " org.jlleitschuh.gradle.ktlint" )
3030dependencies {
31- implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
31+ implementation(platform(" aws.sdk.kotlin:bom:1.5.63 " ))
3232 implementation(" aws.sdk.kotlin:cloudwatch" )
3333 implementation(" aws.sdk.kotlin:cloudwatchevents" )
3434 implementation(" aws.sdk.kotlin:cloudwatchlogs" )
You can’t perform that action at this time.
0 commit comments