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

Commit 367bc89

Browse files
[webview]: Bump mockito-inline
Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.11.1 to 4.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.1...v4.6.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 4cf7437 commit 367bc89

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
@@ -38,7 +38,7 @@ android {
3838
implementation 'androidx.annotation:annotation:1.0.0'
3939
implementation 'androidx.webkit:webkit:1.0.0'
4040
testImplementation 'junit:junit:4.12'
41-
testImplementation 'org.mockito:mockito-inline:3.11.1'
41+
testImplementation 'org.mockito:mockito-inline:4.6.0'
4242
testImplementation 'androidx.test:core:1.3.0'
4343
}
4444

0 commit comments

Comments
 (0)