Skip to content

Commit 59bf146

Browse files
build(deps): bump software.amazon.awssdk.crt:aws-crt
Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java) from 0.43.5 to 0.43.8. - [Release notes](https://github.com/awslabs/aws-crt-java/releases) - [Commits](awslabs/aws-crt-java@v0.43.5...v0.43.8) --- updated-dependencies: - dependency-name: software.amazon.awssdk.crt:aws-crt dependency-version: 0.43.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d49a8d3 commit 59bf146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
api "org.apache.kafka:kafka-clients:$kafkaVersion"
8181
api "org.apache.kafka:kafka-streams:$kafkaVersion"
8282
// AWS CRT is not included in the AWS BOM but needed for the S3 Transfer manager
83-
api 'software.amazon.awssdk.crt:aws-crt:0.43.5'
83+
api 'software.amazon.awssdk.crt:aws-crt:0.43.8'
8484

8585
// Other libs
8686
api("org.projectlombok:lombok:1.18.42")

0 commit comments

Comments
 (0)