You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/01/31 21:43:47 UTC

[maven-compiler-plugin] branch master updated: Bump mockito-core from 4.2.0 to 4.3.1 (#83)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e332c3  Bump mockito-core from 4.2.0 to 4.3.1 (#83)
4e332c3 is described below

commit 4e332c34921471535f2b0a1f81f198d2d87615b2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 1 07:43:38 2022 +1000

    Bump mockito-core from 4.2.0 to 4.3.1 (#83)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
    
    ---
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62918cf..5e36508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.2.0</version>
+      <version>4.3.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>