This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new e298cf7 Bump mockito-core from 3.12.0 to 3.12.4
e298cf7 is described below
commit e298cf7414fbba4327e523aae099f0b86399ff93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 26 13:09:10 2021 +0000
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] <[email protected]>
---
modules/jaxws/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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>