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

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


The following commit(s) were added to refs/heads/master by this push:
     new e48ff26885 [MNG-8273] Bump mockitoVersion from 5.13.0 to 5.14.1 (#1762)
e48ff26885 is described below

commit e48ff26885307efa9fe086176de2558be30613de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 30 21:27:48 2024 +0200

    [MNG-8273] Bump mockitoVersion from 5.13.0 to 5.14.1 (#1762)
    
    Bumps `mockitoVersion` from 5.13.0 to 5.14.1.
    
    Updates `org.mockito:mockito-bom` from 5.13.0 to 5.14.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1)
    
    Updates `org.mockito:mockito-junit-jupiter` from 5.13.0 to 5.14.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-bom
      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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5bbcd212cf..db0b3b7dbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@ under the License.
     <junitVersion>5.11.1</junitVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <logbackClassicVersion>1.5.8</logbackClassicVersion>
-    <mockitoVersion>5.13.0</mockitoVersion>
+    <mockitoVersion>5.14.1</mockitoVersion>
     <plexusInteractivityVersion>1.3</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.27</plexusInterpolationVersion>
     <plexusTestingVersion>1.4.0</plexusTestingVersion>

Reply via email to