diff --git a/floor/pubspec.lock b/floor/pubspec.lock index 28aff9a9..2fc7f57b 100644 --- a/floor/pubspec.lock +++ b/floor/pubspec.lock @@ -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: @@ -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" diff --git a/floor/pubspec.yaml b/floor/pubspec.yaml index b1c1524f..7f3ec531 100644 --- a/floor/pubspec.yaml +++ b/floor/pubspec.yaml @@ -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