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

Commit 4ca2fe8

Browse files
[google_maps]: 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 4ca2fe8

File tree

1 file changed

+1
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter_android/android

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
androidTestImplementation 'androidx.test:rules:1.4.0'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4444
testImplementation 'junit:junit:4.13.2'
45-
testImplementation 'org.mockito:mockito-core:4.7.0'
45+
testImplementation 'org.mockito:mockito-core:5.0.0'
4646
testImplementation 'androidx.test:core:1.2.0'
4747
testImplementation "org.robolectric:robolectric:4.3.1"
4848
}

0 commit comments

Comments
 (0)