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/11/02 18:27:25 UTC

[maven-install-plugin] branch master updated: Bump mockito-core from 2.28.2 to 4.8.1

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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d1b71c  Bump mockito-core from 2.28.2 to 4.8.1
2d1b71c is described below

commit 2d1b71c04fe0e7cdd7992739c09c2d3d8ba38f3c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 28 07:01:56 2022 +0000

    Bump mockito-core from 2.28.2 to 4.8.1
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.8.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    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 1d0f872..1f8201d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.28.2</version>
+      <version>4.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>