Skip to content

Commit b18b417

Browse files
authored
Merge pull request #355 from Workiva/batch/fedx/pin_mockito_5
Pin mockito 5
2 parents 2196913 + ca67b56 commit b18b417

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ dev_dependencies:
1414
build_web_compilers: ^3.0.0
1515
dependency_validator: ^3.2.2
1616
matcher: ^0.12.11
17-
mockito: ">=4.1.1 <6.0.0"
17+
mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552
1818
test: ^1.17.12
19+
dependency_validator:
20+
ignore:
21+
- mockito

0 commit comments

Comments
 (0)