Skip to content

Commit 4d6e0d4

Browse files
[pigeon]: Bump mockito-core (#2833)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.+ to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a683584 commit 4d6e0d4

File tree

1 file changed

+1
-1
lines changed
  • packages/pigeon/platform_tests/alternate_language_test_plugin/android

1 file changed

+1
-1
lines changed

packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ android {
4747

4848
dependencies {
4949
testImplementation 'junit:junit:4.+'
50-
testImplementation "org.mockito:mockito-core:3.+"
50+
testImplementation "org.mockito:mockito-core:4.+"
5151
}
5252
}

0 commit comments

Comments
 (0)