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 b24e6ff Bump mockito-core from 3.8.0 to 3.9.0 b24e6ff is described below commit b24e6ff34a402f8eb24603fa39b6ceda4a42949f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 8 06:50:14 2021 +0000 Bump mockito-core from 3.8.0 to 3.9.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0) Signed-off-by: dependabot[bot] <supp...@github.com> --- 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 714fe3e..8a419fb 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.8.0</version> + <version>3.9.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index e71810a..6321e9a 100644 --- a/pom.xml +++ b/pom.xml @@ -756,7 +756,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.8.0</version> + <version>3.9.0</version> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId>