Skip to content

Commit

Permalink
fix for muzzle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyzhao2018 committed May 22, 2024
1 parent 7afe14a commit fcd2358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ muzzle {
pass {
group = "com.amazonaws"
module = "aws-java-sdk-sns"
versions = "[1.12.0,2)"
versions = "[1.12.113,2)"
assertInverse = true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ muzzle {
pass {
group = "software.amazon.awssdk"
module = "sns"
versions = "[2.2.0,3)"
versions = "[2.17.84,3)"
assertInverse = true
}
}
Expand Down

0 comments on commit fcd2358

Please sign in to comment.