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

Commit 6a4bbf1

Browse files
[url_launcher]: Bump org.mockito:mockito-core (#7098)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40377a1 commit 6a4bbf1

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

Lines changed: 1 addition & 1 deletion
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)