Skip to content

Commit 094ead4

Browse files
build(deps): bump the aws-dependencies group across 1 directory with 2 updates (#740)
Bumps the aws-dependencies group with 2 updates in the / directory: 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.42.37 to 2.44.1 Updates `software.amazon.awssdk.crt:aws-crt` from 0.45.1 to 0.45.2 - [Release notes](https://github.com/awslabs/aws-crt-java/releases) - [Commits](awslabs/aws-crt-java@v0.45.1...v0.45.2) --- updated-dependencies: - dependency-name: software.amazon.awssdk.crt:aws-crt dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-dependencies - dependency-name: software.amazon.awssdk:bom dependency-version: 2.42.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber <mrschre@amazon.com>
1 parent 3a05454 commit 094ead4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ sourceSets {
6464
dependencies {
6565
implementation 'io.reactivex.rxjava3:rxjava:3.1.12'
6666

67-
implementation platform('software.amazon.awssdk:bom:2.42.37')
67+
implementation platform('software.amazon.awssdk:bom:2.44.1')
6868

6969
implementation('software.amazon.awssdk:s3') {
7070
exclude group: 'software.amazon.awssdk', module: 'apache-client'
7171
}
7272
implementation('software.amazon.awssdk:s3-transfer-manager') {
7373
exclude group: 'software.amazon.awssdk', module: 'apache-client'
7474
}
75-
implementation 'software.amazon.awssdk.crt:aws-crt:0.45.1'
75+
implementation 'software.amazon.awssdk.crt:aws-crt:0.45.2'
7676
implementation 'org.slf4j:slf4j-api:2.0.17'
7777
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
7878

0 commit comments

Comments
 (0)