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 d718f9fec8 Bump mockito-core from 4.3.1 to 4.4.0
d718f9fec8 is described below
commit d718f9fec87748443bfa37d32eb2070a8d071e41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 1 07:30:43 2022 +0000
Bump mockito-core from 4.3.1 to 4.4.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to
4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1e2b8944bc..e730d94d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,7 +696,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.3.1</version>
+ <version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>