From 973b373e11ea3bf8e5f003db86452bb1ccf30114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 00:53:16 +0000 Subject: [PATCH] Bump mockito from 5.2.0 to 5.3.0 Bumps [mockito](https://github.com/dart-lang/mockito) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/dart-lang/mockito/releases) - [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/mockito/commits) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c9c70735..a22ed833 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -615,7 +615,7 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "5.2.0" + version: "5.3.0" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fc2a3cce..7bf085bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,7 @@ dev_dependencies: build_runner: ^2.2.0 flutter_launcher_icons: ^0.9.3 json_serializable: ^6.3.1 - mockito: ^5.2.0 + mockito: ^5.3.0 network_image_mock: ^2.1.1 flutter_lints: ^2.0.1 cider: ^0.1.1