Skip to content

Commit

Permalink
[webview]: Bump mockito-inline from 3.11.1 to 4.6.1 in /packages/webv…
Browse files Browse the repository at this point in the history
…iew_flutter/webview_flutter_android/android (flutter#5893)
  • Loading branch information
dependabot[bot] authored and mvanbeusekom committed Jul 19, 2022
1 parent 1d895c1 commit 10bbdd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/webview_flutter/webview_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.8.12

* Bumps mockito-inline from 3.11.1 to 4.6.1.

## 2.8.11

* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/104231).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'androidx.webkit:webkit:1.0.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-inline:3.11.1'
testImplementation 'org.mockito:mockito-inline:4.6.1'
testImplementation 'androidx.test:core:1.3.0'
}

Expand Down

0 comments on commit 10bbdd1

Please sign in to comment.