Skip to content

Commit

Permalink
try AWS SDK BOM 2.21.17
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Nov 9, 2023
1 parent 33cf592 commit 1df239c
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 @@ -215,7 +215,7 @@ dependencies {
}

// Bill of Materials for AWS SDK, specifying a coherent set of versions for these artifacts.
implementation platform(group: 'software.amazon.awssdk', name: 'bom', version: '2.13.72')
implementation platform(group: 'software.amazon.awssdk', name: 'bom', version: '2.21.17')

// Persistent storage of files / objects on Amazon S3.
// This is used only for Seamless Census, and is the only use of AWS SDK dependencies in R5.
Expand Down

0 comments on commit 1df239c

Please sign in to comment.