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

Commit b6cb521

Browse files
[webview]: Bump mockito-inline
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.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]>
1 parent 729c14a commit b6cb521

File tree

1 file changed

+1
-1
lines changed
  • packages/webview_flutter/webview_flutter_android/android

1 file changed

+1
-1
lines changed

packages/webview_flutter/webview_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
implementation 'androidx.annotation:annotation:1.5.0'
4040
implementation 'androidx.webkit:webkit:1.5.0'
4141
testImplementation 'junit:junit:4.13.2'
42-
testImplementation 'org.mockito:mockito-inline:4.8.0'
42+
testImplementation 'org.mockito:mockito-inline:5.0.0'
4343
testImplementation 'androidx.test:core:1.3.0'
4444
}
4545

0 commit comments

Comments
 (0)