Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 16, 2024
1 parent e38347d commit 4bd5dd5
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.10.0"
scalaVersion = "2.13.11"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.20.130"
awsSdkVersion = "2.27.6"
}


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.11"
gatlingVersion = "3.9.5"
awsSdkVersion = "2.20.130"
awsSdkVersion = "2.27.6"
apacheClientVersion = "2.20.116"
}

Expand Down

0 comments on commit 4bd5dd5

Please sign in to comment.