Skip to content

Commit

Permalink
Bump awsSdkVersion from 2.29.9 to 2.29.24
Browse files Browse the repository at this point in the history
Bumps `awsSdkVersion` from 2.29.9 to 2.29.24.

Updates `software.amazon.awssdk:secretsmanager` from 2.29.9 to 2.29.24

Updates `software.amazon.awssdk:sso` from 2.29.9 to 2.29.24

Updates `software.amazon.awssdk:sts` from 2.29.9 to 2.29.24

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sso
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent af3dc12 commit d7ed21d
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 @@ -35,7 +35,7 @@ val e2eTest =

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
val awsSdkVersion = "2.29.23"
val awsSdkVersion = "2.29.24"
val jacksonVersion = "2.18.2"
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
Expand Down

0 comments on commit d7ed21d

Please sign in to comment.