You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/04/17 18:02:33 UTC

[maven-enforcer] branch master updated: Bump mockito.version from 4.2.0 to 4.4.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c2be68  Bump mockito.version from 4.2.0 to 4.4.0
3c2be68 is described below

commit 3c2be68eb9c300fdaf5882a0ff21cf731b45f321
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 17 14:15:19 2022 +0000

    Bump mockito.version from 4.2.0 to 4.4.0
    
    Bumps `mockito.version` from 4.2.0 to 4.4.0.
    
    Updates `mockito-core` 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)
    
    Updates `mockito-junit-jupiter` 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:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:production
      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 f754ca6..6a7131e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <maven.version>3.1.1</maven.version>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
     <javaVersion>8</javaVersion>
-    <mockito.version>4.2.0</mockito.version>
+    <mockito.version>4.4.0</mockito.version>
     <project.build.outputTimestamp>2021-07-26T21:04:56Z</project.build.outputTimestamp>
   </properties>