We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0e4a5 commit f1f0d31Copy full SHA for f1f0d31
platform/build.gradle
@@ -66,7 +66,7 @@ dependencies {
66
api "org.apache.kafka:kafka-clients:$kafkaVersion"
67
api "org.apache.kafka:kafka-streams:$kafkaVersion"
68
// 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'
+ api 'software.amazon.awssdk.crt:aws-crt:0.33.11'
70
71
// we need at least 0.14, it could be removed when Micronaut contains a recent only version in their BOM
72
api "io.micrometer:micrometer-core:1.14.3"
0 commit comments