Skip to content

Commit 5dd0f41

Browse files
[webview]: Bump mockito-inline (flutter#7056)
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v5.1.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35f0b1a commit 5dd0f41

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.1.0'
4343
testImplementation 'androidx.test:core:1.3.0'
4444
}
4545

0 commit comments

Comments
 (0)