Skip to content

Commit

Permalink
⬆️ Bump awsSdkVersion from 2.27.6 to 2.27.9 (#84)
Browse files Browse the repository at this point in the history
Bumps `awsSdkVersion` from 2.27.6 to 2.27.9.

Updates `software.amazon.awssdk:sfn` from 2.27.6 to 2.27.9

Updates `software.amazon.awssdk:apache-client` from 2.20.116 to 2.27.9

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 165fcd5 commit 878c614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
junitVersion = "5.11.0"
scalaVersion = "2.13.14"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.27.6"
awsSdkVersion = "2.27.9"
}


Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gatling {
ext {
scalaVersion = "2.13.14"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.27.6"
awsSdkVersion = "2.27.9"
apacheClientVersion = "2.20.116"
}

Expand Down

0 comments on commit 878c614

Please sign in to comment.