From 7cbe4da2dc40ab44d050a92b73ab8bdb3dae8d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:30:18 +0000 Subject: [PATCH] Bump mockito from 5.4.2 to 5.4.4 in /cipd_packages/device_doctor Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.2 to 5.4.4. - [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-patch ... Signed-off-by: dependabot[bot] --- cipd_packages/device_doctor/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipd_packages/device_doctor/pubspec.yaml b/cipd_packages/device_doctor/pubspec.yaml index 61b93e5e12..6ddddf13ea 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml @@ -18,5 +18,5 @@ dependencies: dev_dependencies: build_runner: 2.4.6 fake_async: 1.3.1 - mockito: 5.4.2 + mockito: 5.4.4 test: 1.24.7