Skip to content

Commit

Permalink
Bump mockito to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed Mar 27, 2021
1 parent 2a76267 commit f923ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions floor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ packages:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.2"
version: "5.0.3"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -360,7 +360,7 @@ packages:
source: sdk
version: "0.0.99"
source_gen:
dependency: "direct overridden"
dependency: transitive
description:
name: source_gen
url: "https://pub.dartlang.org"
Expand Down
7 changes: 1 addition & 6 deletions floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
matcher: ^0.12.10
mockito: ^5.0.2

dependency_overrides:
# necessary for mockito 5.0.2 as its source_gen dependency is constrained to be below 1.0.0
# as this override only affects test dependencies, there is not too much to worry about
source_gen: '1.0.0'
mockito: ^5.0.3

0 comments on commit f923ac2

Please sign in to comment.