Skip to content

Commit

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

---
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] authored Dec 25, 2023
1 parent 75e6ae8 commit a8e40fc
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 @@ -46,7 +46,7 @@ dependencies {
implementation('io.netty:netty-transport-classes-epoll') { version { strictly '4.1.86.Final' } }
implementation('io.netty:netty-transport-native-unix-common') { version { strictly '4.1.86.Final' } }

implementation platform('software.amazon.awssdk:bom:2.18.41')
implementation platform('software.amazon.awssdk:bom:2.22.5')
implementation 'software.amazon.awssdk:cloudwatch'
implementation 'software.amazon.awssdk:sns'
implementation 'software.amazon.awssdk:sqs'
Expand Down

0 comments on commit a8e40fc

Please sign in to comment.