Skip to content

Commit

Permalink
Specify correct versions to instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Dec 10, 2024
1 parent 80803a6 commit 49a2179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-java-agent/instrumentation/aws-java-s3-2.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ muzzle {
pass {
group = "software.amazon.awssdk"
module = "s3"
versions = "[2.0,3)"
versions = "[2.10.36,3)"
assertInverse = true
}
}
Expand Down

0 comments on commit 49a2179

Please sign in to comment.