This is an automated email from the ASF dual-hosted git repository.
rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git
The following commit(s) were added to refs/heads/master by this push:
new f3c673a Bump mockito-core from 3.11.2 to 4.2.0
f3c673a is described below
commit f3c673a36416bd7925ca46d2bc8f07dc614d9eae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 24 21:42:02 2021 +0000
Bump mockito-core from 3.11.2 to 4.2.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to
4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v4.2.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
cdi-extender/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index 12b777c..c51eccc 100644
--- a/cdi-extender/pom.xml
+++ b/cdi-extender/pom.xml
@@ -210,7 +210,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.11.2</version>
+ <version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>