From d08608b7a2922424912d7437dd30692101db4b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:57:56 +0000 Subject: [PATCH] Bump mockito from 5.4.4 to 5.4.5 in /analyze Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.4 to 5.4.5. - [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/v5.4.5) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- analyze/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze/pubspec.yaml b/analyze/pubspec.yaml index c35e1b451..fd7653a44 100644 --- a/analyze/pubspec.yaml +++ b/analyze/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: platform: 3.1.6 dev_dependencies: - mockito: 5.4.4 + mockito: 5.4.5 test_api: 0.7.4