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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new ac9bc7e Bump mockito-core from 2.1.0 to 3.6.28 ac9bc7e is described below commit ac9bc7ee45eaa1b3211d9f1b09a9240cb0219e23 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 22 21:42:11 2020 +0000 Bump mockito-core from 2.1.0 to 3.6.28 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.1.0 to 3.6.28. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.1.0...v3.6.28) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5cddd32..216e468 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.1.0</version> + <version>3.6.28</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId>