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

Commit dac9e71

Browse files
[sign_in]: Bump mockito-inline (#6962)
Bumps [mockito-inline](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-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b1219d commit dac9e71

File tree

1 file changed

+1
-1
lines changed
  • packages/google_sign_in/google_sign_in_android/android

1 file changed

+1
-1
lines changed

packages/google_sign_in/google_sign_in_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ dependencies {
5353
implementation 'com.google.android.gms:play-services-auth:20.4.0'
5454
implementation 'com.google.guava:guava:31.1-android'
5555
testImplementation 'junit:junit:4.13.2'
56-
testImplementation 'org.mockito:mockito-inline:4.7.0'
56+
testImplementation 'org.mockito:mockito-inline:5.0.0'
5757
}

0 commit comments

Comments
 (0)