You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/08/19 20:45:25 UTC

[commons-configuration] branch master updated: Bump mockito-core from 4.6.1 to 4.7.0

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c3fdf8f Bump mockito-core from 4.6.1 to 4.7.0
3c3fdf8f is described below

commit 3c3fdf8ff75d34ddbb535be52a6fc4d22e5421c5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 19 16:02:50 2022 +0000

    Bump mockito-core from 4.6.1 to 4.7.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0)
    
    ---
    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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 48901797..4f71aee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.6.1</version>
+      <version>4.7.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d9eba6e..c3d58ed5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,9 @@
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump junit-jupiter from 5.8.2 to 5.9.0 #197.
       </action>
+      <action type="update" dev="kinow" due-to="Dependabot">
+        Bump mockito-core from 4.6.1 to 4.7.0 #200.
+      </action>
     </release>
     <release version="2.8.0" date="2022-07-05"
              description="Minor release with new features and updated dependencies.">