You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/03 02:43:19 UTC

[aries-cdi] 06/07: Bump mockito-core from 4.2.0 to 4.4.0

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

commit 144bec07a3ab89660f3246d3dbe931c3f6b1267b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 28 20:25:37 2022 +0000

    Bump mockito-core from 4.2.0 to 4.4.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.4.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 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 53b74c0..f48f7e5 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>4.2.0</version>
+			<version>4.4.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>