Skip to content

Commit 8a4fb56

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 6d1dfa6 commit 8a4fb56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google_maps_flutter_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ dev_dependencies:
2121
async: ^2.5.0
2222
flutter_test:
2323
sdk: flutter
24-
mockito: 5.4.0
24+
mockito: 5.4.1

google_maps_flutter_web/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dev_dependencies:
2525
http: ^0.13.0
2626
integration_test:
2727
sdk: flutter
28-
mockito: 5.4.0
28+
mockito: 5.4.1

0 commit comments

Comments
 (0)