Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.18.41 to 2.24.5
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:bom from 2.18.41 to 2.24.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 Feb 19, 2024
1 parent b7f697c commit 6a32aa4
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 @@ -53,7 +53,7 @@ dependencies {
implementation('io.netty:netty-transport-classes-epoll') { version { strictly '4.1.104.Final' } }
implementation('io.netty:netty-transport-native-unix-common') { version { strictly '4.1.104.Final' } }

implementation platform('software.amazon.awssdk:bom:2.18.41')
implementation platform('software.amazon.awssdk:bom:2.24.5')
implementation 'software.amazon.awssdk:ssm'

compileOnly 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit 6a32aa4

Please sign in to comment.