Skip to content

Commit

Permalink
build(deps): bump software.amazon.awssdk.crt:aws-crt (#441)
Browse files Browse the repository at this point in the history
Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java) from 0.29.14 to 0.29.18.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases)
- [Commits](awslabs/aws-crt-java@v0.29.14...v0.29.18)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Schreiber <[email protected]>
  • Loading branch information
dependabot[bot] and markjschreiber authored Apr 23, 2024
1 parent 2175aaa commit 3fb5851
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 @@ -62,7 +62,7 @@ dependencies {
implementation('software.amazon.awssdk:s3-transfer-manager') {
exclude group: 'software.amazon.awssdk', module: 'apache-client'
}
implementation 'software.amazon.awssdk.crt:aws-crt:0.29.14'
implementation 'software.amazon.awssdk.crt:aws-crt:0.29.18'
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'

Expand Down

0 comments on commit 3fb5851

Please sign in to comment.