Skip to content

Commit cfc6dd4

Browse files
bump mockito to version 5.4.1 (#4085)
Part of flutter/flutter#127226 Follow up to flutter/packages#3544. Version 5.4.0 from that PR is not new enough, see ``` Because mockito >=5.4.0 <5.4.1 depends on test_api >=0.2.1 <0.6.0 and every version of flutter_test from sdk depends on test_api 0.6.0, mockito >=5.4.0 <5.4.1 is incompatible with flutter_test from sdk. So, because quick_actions_platform_interface depends on both flutter_test from sdk and mockito 5.4.0, version solving failed. ``` https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8780090492483790881/+/u/run_test.dart_for_flutter_plugins_shard_and_subshard_analyze/test_stdout
1 parent 5e5011b commit cfc6dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dev_dependencies:
2828
sdk: flutter
2929
flutter_test:
3030
sdk: flutter
31-
mockito: 5.4.0
31+
mockito: 5.4.1
3232
pigeon: ^9.2.4

0 commit comments

Comments
 (0)