Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed May 23, 2024
1 parent d97b1fa commit 75553fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "software.amazon.awssdk:lambda:${awsSdkVersion}"
implementation "software.amazon.awssdk:s3:${awsSdkVersion}"
implementation "software.amazon.awssdk:s3-transfer-manager:${awsSdkVersion}"
implementation "software.amazon.awssdk.crt:aws-crt:0.29.18"
implementation "software.amazon.awssdk.crt:aws-crt:0.29.19"
implementation 'com.amazonaws:aws-lambda-java-core:1.2.3'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.5'
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.15.3')
Expand Down

0 comments on commit 75553fb

Please sign in to comment.