Skip to content

Commit

Permalink
chore: Upgrade aws-crt to 0.29.10
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 9, 2024
1 parent ff3a111 commit 8ea5d20
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 @@ -56,7 +56,7 @@ dependencies {
// AWS libs: versions are managed by the Micronaut BOM
api 'software.amazon.awssdk:s3'
api 'software.amazon.awssdk:s3-transfer-manager'
api 'software.amazon.awssdk.crt:aws-crt:0.24.0' //used by s3-transfer-manager
api 'software.amazon.awssdk.crt:aws-crt:0.29.10' //used by s3-transfer-manager
api 'software.amazon.awssdk:apache-client'
api 'software.amazon.awssdk:dynamodb'
api 'software.amazon.awssdk:sns'
Expand Down

0 comments on commit 8ea5d20

Please sign in to comment.