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/07/13 10:35:44 UTC

[maven-filtering] branch master updated: Bump mockito-core from 2.28.2 to 4.6.1 (#37)

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-filtering.git


The following commit(s) were added to refs/heads/master by this push:
     new 6868e1d  Bump mockito-core from 2.28.2 to 4.6.1 (#37)
6868e1d is described below

commit 6868e1de5e2b9332438cf194a7c071d7c5770049
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 13 20:35:39 2022 +1000

    Bump mockito-core from 2.28.2 to 4.6.1 (#37)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.6.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v4.6.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>
    
    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 409a542..997d4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.5.1</version>
+      <version>4.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>