Skip to content

Commit

Permalink
⬆️ Bump awsSdkVersion from 2.27.18 to 2.27.21
Browse files Browse the repository at this point in the history
Bumps `awsSdkVersion` from 2.27.18 to 2.27.21.

Updates `software.amazon.awssdk:sfn` from 2.27.18 to 2.27.21

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

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 4103f04 commit 79d7e5c
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.18"
awsSdkVersion = "2.27.21"
}


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.18"
awsSdkVersion = "2.27.21"
apacheClientVersion = "2.20.116"
}

Expand Down

0 comments on commit 79d7e5c

Please sign in to comment.