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/11/06 11:11:12 UTC

[maven-dependency-plugin] branch master updated: Bump mockito-core from 4.8.0 to 4.8.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-dependency-plugin.git


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

commit ad98fc21e5202077306153ec57127576d1b9a3eb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 21 22:09:36 2022 +0000

    Bump mockito-core from 4.8.0 to 4.8.1
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 b3de43a3..2c5d81b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.8.0</version>
+      <version>4.8.1</version>
       <scope>test</scope>
     </dependency>