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 5e6de93 Bump mockito-core from 3.6.28 to 3.7.0
5e6de93 is described below
commit 5e6de937aea6195b242ed46964d27750b2acd0f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 5 07:02:04 2021 +0000
Bump mockito-core from 3.6.28 to 3.7.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to
3.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.7.0)
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 3907975..c48a0f0 100644
--- a/modules/jaxws/pom.xml
+++ b/modules/jaxws/pom.xml
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.6.28</version>
+ <version>3.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index e314e3d..1aaa9f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,7 +757,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.6.28</version>
+ <version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>