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

Commit 634f092

Browse files
[url_launcher]: Bump org.mockito:mockito-core
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e58ab0 commit 634f092

File tree

1 file changed

+1
-1
lines changed
  • packages/url_launcher/url_launcher_android/android

1 file changed

+1
-1
lines changed

packages/url_launcher/url_launcher_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
dependencies {
5252
compileOnly 'androidx.annotation:annotation:1.2.0'
5353
testImplementation 'junit:junit:4.13.2'
54-
testImplementation 'org.mockito:mockito-core:4.8.0'
54+
testImplementation 'org.mockito:mockito-core:5.1.1'
5555
testImplementation 'androidx.test:core:1.0.0'
5656
testImplementation 'org.robolectric:robolectric:4.3'
5757
}

0 commit comments

Comments
 (0)