Skip to content

Commit

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

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

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

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

---
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 and azzmiks committed Dec 2, 2024
1 parent 7d0b16e commit 85ef017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Update jackson-module-kotlin dependency from 2.17.2 to 2.18.1 ([#245](https://github.com/personio/datadog-synthetic-test-support/pull/245), [#250](https://github.com/personio/datadog-synthetic-test-support/pull/250))
- Update kotlin-stdlib dependency from 2.0.20 to 2.0.21 ([#252](https://github.com/personio/datadog-synthetic-test-support/pull/252))
- Update kotlinx-serialization-json dependency from 1.7.2 to 1.7.3 ([#243](https://github.com/personio/datadog-synthetic-test-support/pull/243))
- Update secretsmanager dependency from 2.27.17 to 2.29.9 ([#241](https://github.com/personio/datadog-synthetic-test-support/pull/241), [#256](https://github.com/personio/datadog-synthetic-test-support/pull/256))
- Update secretsmanager dependency from 2.27.17 to 2.29.23 ([#241](https://github.com/personio/datadog-synthetic-test-support/pull/241), [#256](https://github.com/personio/datadog-synthetic-test-support/pull/256), [#259](https://github.com/personio/datadog-synthetic-test-support/pull/259))

## [2.6.0] - 2024-09-09
### New features & improvements
Expand Down
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.0.21")
val awsSdkVersion = "2.29.9"
val awsSdkVersion = "2.29.23"
val jacksonVersion = "2.18.1"
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
Expand Down

0 comments on commit 85ef017

Please sign in to comment.