Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a496781

Browse files
[lifecycle]: Bump mockito-core
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4188b9 commit a496781

File tree

1 file changed

+1
-1
lines changed
  • packages/flutter_plugin_android_lifecycle/android

1 file changed

+1
-1
lines changed

packages/flutter_plugin_android_lifecycle/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ android {
5656

5757
dependencies {
5858
testImplementation 'junit:junit:4.13.2'
59-
testImplementation 'org.mockito:mockito-core:4.7.0'
59+
testImplementation 'org.mockito:mockito-core:5.0.0'
6060
}
6161

0 commit comments

Comments
 (0)