Skip to content

Commit 2249c31

Browse files
Bump software.amazon.awssdk:bom from 2.19.26 to 2.20.12 (#343)
Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.19.26 to 2.20.12. - [Release notes](https://github.com/aws/aws-sdk-java-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md) - [Commits](aws/aws-sdk-java-v2@2.19.26...2.20.12) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9a4d0b commit 2249c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ val DEPENDENCY_BOMS = listOf(
4444
"org.junit:junit-bom:5.9.1",
4545
"org.springframework.boot:spring-boot-dependencies:2.7.5",
4646
"org.testcontainers:testcontainers-bom:1.17.6",
47-
"software.amazon.awssdk:bom:2.19.26"
47+
"software.amazon.awssdk:bom:2.20.12"
4848
)
4949

5050
val DEPENDENCY_SETS = listOf(

0 commit comments

Comments
 (0)