Skip to content

Commit f1f0d31

Browse files
dependabot[bot]loicmathieu
authored andcommitted
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.33.9 to 0.33.11. - [Release notes](https://github.com/awslabs/aws-crt-java/releases) - [Commits](awslabs/aws-crt-java@v0.33.9...v0.33.11) --- 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]>
1 parent bd0e4a5 commit f1f0d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
api "org.apache.kafka:kafka-clients:$kafkaVersion"
6767
api "org.apache.kafka:kafka-streams:$kafkaVersion"
6868
// AWS CRT is not included in the AWS BOM but needed for the S3 Transfer manager
69-
api 'software.amazon.awssdk.crt:aws-crt:0.33.9'
69+
api 'software.amazon.awssdk.crt:aws-crt:0.33.11'
7070

7171
// we need at least 0.14, it could be removed when Micronaut contains a recent only version in their BOM
7272
api "io.micrometer:micrometer-core:1.14.3"

0 commit comments

Comments
 (0)