We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138984f commit 0876653Copy full SHA for 0876653
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
30
// AWS SDK for EventBridge
31
implementation("aws.sdk.kotlin:eventbridge:1.6.29")
32
- implementation("aws.sdk.kotlin:sqs:1.6.29")
+ implementation("aws.sdk.kotlin:sqs:1.6.30")
33
implementation("aws.smithy.kotlin:http-client-engine-okhttp:1.6.5")
34
35
// Kafka client
0 commit comments