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/21 17:25:27 UTC

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

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 8f6e956  Bump mockito.version from 4.4.0 to 4.5.1
8f6e956 is described below

commit 8f6e95601368a3944045b363daf81d56a666b6ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 21 15:51:10 2022 +0000

    Bump mockito.version from 4.4.0 to 4.5.1
    
    Bumps `mockito.version` from 4.4.0 to 4.5.1.
    
    Updates `mockito-core` from 4.4.0 to 4.5.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.1)
    
    Updates `mockito-junit-jupiter` from 4.4.0 to 4.5.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.1)
    
    ---
    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 d3dc674..966e70c 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.4.0</mockito.version>
+    <mockito.version>4.5.1</mockito.version>
     <project.build.outputTimestamp>2021-07-26T21:04:56Z</project.build.outputTimestamp>
   </properties>