Skip to content

Commit

Permalink
Bump awsSdkVersion from 2.17.259 to 2.17.261 in /.
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 27, 2022
1 parent 03fa798 commit 1b800da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks.check { dependsOn(e2eTest) }

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
val awsSdkVersion = "2.17.259"
val awsSdkVersion = "2.17.261"
api("software.amazon.awssdk:secretsmanager:$awsSdkVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
api("javax.activation:activation:1.1.1")
Expand Down

0 comments on commit 1b800da

Please sign in to comment.