[pigeon]: Bump mockito-core (#3110)

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.+ to 5.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits/v5.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
...

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 8d8674f..5b8124b 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:4.+"
+        testImplementation "org.mockito:mockito-core:5.+"
     }
 }