Skip to content

Commit de2d3e4

Browse files
build(deps): bump the aws-dependencies group with 2 updates (#672)
Bumps the aws-dependencies group with 2 updates: software.amazon.awssdk:bom and [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java). Updates `software.amazon.awssdk:bom` from 2.31.40 to 2.31.54 Updates `software.amazon.awssdk.crt:aws-crt` from 0.38.2 to 0.38.4 - [Release notes](https://github.com/awslabs/aws-crt-java/releases) - [Commits](awslabs/aws-crt-java@v0.38.2...v0.38.4) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies - dependency-name: software.amazon.awssdk.crt:aws-crt dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ab3ef6 commit de2d3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ sourceSets {
5555
dependencies {
5656
implementation 'io.reactivex.rxjava3:rxjava:3.1.10'
5757

58-
implementation platform('software.amazon.awssdk:bom:2.31.40')
58+
implementation platform('software.amazon.awssdk:bom:2.31.54')
5959

6060
implementation('software.amazon.awssdk:s3') {
6161
exclude group: 'software.amazon.awssdk', module: 'apache-client'
6262
}
6363
implementation('software.amazon.awssdk:s3-transfer-manager') {
6464
exclude group: 'software.amazon.awssdk', module: 'apache-client'
6565
}
66-
implementation 'software.amazon.awssdk.crt:aws-crt:0.38.2'
66+
implementation 'software.amazon.awssdk.crt:aws-crt:0.38.4'
6767
implementation 'org.slf4j:slf4j-api:2.0.17'
6868
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
6969

0 commit comments

Comments
 (0)