Bump mockito-core from 3.12.0 to 3.12.4

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.12.0...v3.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml
index a8d3951..65061e7 100644
--- a/modules/jaxws/pom.xml
+++ b/modules/jaxws/pom.xml
@@ -125,7 +125,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>3.12.0</version>
+            <version>3.12.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 5e0e9d4..f1954f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,7 +757,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.12.0</version>
+                <version>3.12.4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.xmlschema</groupId>