Skip to content

Commit 10bbdd1

Browse files
dependabot[bot]mvanbeusekom
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 1d895c1 commit 10bbdd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* Adds Android implementation of the new webview_flutter_platform_interface (v4).
44

5+
## 2.8.12
6+
7+
* Bumps mockito-inline from 3.11.1 to 4.6.1.
8+
59
## 2.8.11
610

711
* 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

0 commit comments

Comments
 (0)