From 961976a40122ec8e230b75956ec5d8fb963f8681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:00:24 +0000 Subject: [PATCH] Bump mockito from 5.3.1 to 5.3.2 Bumps [mockito](https://github.com/dart-lang/mockito) from 5.3.1 to 5.3.2. - [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/compare/5.3.1...5.3.2) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... 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 c36665f2..ab7639a5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -622,7 +622,7 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "5.3.1" + version: "5.3.2" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 31f3890f..5e40b841 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,7 @@ dev_dependencies: build_runner: ^2.2.1 flutter_launcher_icons: ^0.10.0 json_serializable: ^6.3.2 - mockito: ^5.3.1 + mockito: ^5.3.2 network_image_mock: ^2.1.1 flutter_lints: ^2.0.1 cider: ^0.1.1