Bump mockito-core from 2.28.2 to 3.11.2

Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v3.11.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml
index d5a0f03..2f61460 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.28.2</version>
+        <version>3.11.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>