You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/08/26 21:17:58 UTC

[maven-dependency-plugin] branch master updated: Bump mockito-core from 4.3.1 to 4.7.0

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fc060862 Bump mockito-core from 4.3.1 to 4.7.0
fc060862 is described below

commit fc0608622aa806ed44c730241b299f254b495214
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 14:34:40 2022 +0000

    Bump mockito-core from 4.3.1 to 4.7.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.7.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.7.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 597f6b7d..fbd880db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.3.1</version>
+      <version>4.7.0</version>
       <scope>test</scope>
     </dependency>