Skip to content

Commit

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

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

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

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

---
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 Jan 7, 2025
1 parent 7a7e430 commit 7ebaa31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Bug fixes

### Dependencies
- Update secretsmanager dependency from 2.29.24 to 2.29.43 ([#269](https://github.com/personio/datadog-synthetic-test-support/pull/269))

## [2.7.0] - 2024-11-13
### 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 @@ -34,7 +34,7 @@ val e2eTest =
}

dependencies {
val awsSdkVersion = "2.29.24"
val awsSdkVersion = "2.29.43"
val jacksonVersion = "2.18.2"
val junitVersion = "5.11.4"
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
Expand Down

0 comments on commit 7ebaa31

Please sign in to comment.