[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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle
index 75b9fe0..7baeb35 100644
--- a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle
+++ b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle
@@ -47,6 +47,6 @@
 
     dependencies {
         testImplementation 'junit:junit:4.+'
-        testImplementation "org.mockito:mockito-core:3.+"
+        testImplementation "org.mockito:mockito-core:4.+"
     }
 }