Skip to content

Commit

Permalink
[release/v1.33.x] Remove aws sqs latest dep limit (#11647)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
opentelemetrybot and laurit authored Jun 20, 2024
1 parent 84df308 commit 8d13c60
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ dependencies {
testLibrary("software.amazon.awssdk:s3:2.2.0")
testLibrary("software.amazon.awssdk:sqs:2.2.0")
testLibrary("software.amazon.awssdk:sns:2.2.0")

// last version that does not use json protocol
latestDepTestLibrary("software.amazon.awssdk:sqs:2.21.17")
}

tasks {
test {
systemProperty("otel.instrumentation.aws-sdk.experimental-span-attributes", true)
systemProperty("otel.instrumentation.aws-sdk.experimental-record-individual-http-error", true)
systemProperty("otel.instrumentation.messaging.experimental.capture-headers", "test-message-header")
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
}
}

0 comments on commit 8d13c60

Please sign in to comment.