Skip to content

Commit 622d8ed

Browse files
authored
Remove aws sqs latest dep limit (#11643)
1 parent d8b482a commit 622d8ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure/build.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ dependencies {
2121
testLibrary("software.amazon.awssdk:s3:2.2.0")
2222
testLibrary("software.amazon.awssdk:sqs:2.2.0")
2323
testLibrary("software.amazon.awssdk:sns:2.2.0")
24-
25-
// last version that does not use json protocol
26-
latestDepTestLibrary("software.amazon.awssdk:sqs:2.21.17")
2724
}
2825

2926
tasks {
3027
test {
3128
systemProperty("otel.instrumentation.aws-sdk.experimental-span-attributes", true)
3229
systemProperty("otel.instrumentation.aws-sdk.experimental-record-individual-http-error", true)
3330
systemProperty("otel.instrumentation.messaging.experimental.capture-headers", "test-message-header")
31+
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
3432
}
3533
}

0 commit comments

Comments
 (0)