Skip to content

Commit

Permalink
Merge pull request #355 from Workiva/batch/fedx/pin_mockito_5
Browse files Browse the repository at this point in the history
Pin mockito 5
  • Loading branch information
rm-astro-wf authored Mar 9, 2023
2 parents 2196913 + ca67b56 commit b18b417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ dev_dependencies:
build_web_compilers: ^3.0.0
dependency_validator: ^3.2.2
matcher: ^0.12.11
mockito: ">=4.1.1 <6.0.0"
mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552
test: ^1.17.12
dependency_validator:
ignore:
- mockito

0 comments on commit b18b417

Please sign in to comment.