Skip to content

Commit 18c1cef

Browse files
dependabot[bot]yutaaraki-toydium
authored andcommitted
[webview]: Bump mockito-inline from 3.11.1 to 4.6.1 in /packages/webview_flutter/webview_flutter_android/android (flutter#5893)
1 parent cf393a8 commit 18c1cef

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.8.12
2+
3+
* Bumps mockito-inline from 3.11.1 to 4.6.1.
4+
15
## 2.8.11
26

37
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/104231).

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

packages/webview_flutter/webview_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter_android
22
description: A Flutter plugin that provides a WebView widget on Android.
33
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5-
version: 2.8.11
5+
version: 2.8.12
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)