Skip to content

Commit f340788

Browse files
committed
Revert accidental upgrade of sqs compile-time dep
1 parent 1947c0f commit f340788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/aws-sdk/aws-sdk-1.11/library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray-propagator")
77

88
library("com.amazonaws:aws-java-sdk-core:1.11.0")
9-
library("com.amazonaws:aws-java-sdk-sqs:1.11.106")
9+
library("com.amazonaws:aws-java-sdk-sqs:1.11.0")
1010
compileOnly(project(":muzzle"))
1111

1212
testImplementation(project(":instrumentation:aws-sdk:aws-sdk-1.11:testing"))

0 commit comments

Comments
 (0)