Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.21.23 to 2.25.0
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:bom from 2.21.23 to 2.25.0.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent ef5d5e4 commit 685a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ subprojects {

configure(subprojects.findAll {it.name != 'data-prepper-api'}) {
dependencies {
implementation platform('software.amazon.awssdk:bom:2.21.23')
implementation platform('software.amazon.awssdk:bom:2.25.0')
implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
}
}
Expand Down

0 comments on commit 685a93f

Please sign in to comment.