We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443dd6a commit 71b8a33Copy full SHA for 71b8a33
build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
testImplementation("org.assertj:assertj-core:3.27.6")
29
30
// AWS SDK for EventBridge
31
- implementation("aws.sdk.kotlin:eventbridge:1.5.123")
+ implementation("aws.sdk.kotlin:eventbridge:1.6.0")
32
implementation("aws.sdk.kotlin:sqs:1.5.123")
33
implementation("aws.smithy.kotlin:http-client-engine-okhttp:1.6.0")
34
0 commit comments