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

[commons-configuration] branch master updated: Bump Mockito from 4.7.0 to 4.8.0 (#208)

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

ggregory 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 17bb7472 Bump Mockito from 4.7.0 to 4.8.0 (#208)
17bb7472 is described below

commit 17bb74726e46bed31b61fafeea223aa45bb5735b
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Thu Sep 8 07:20:42 2022 -0700

    Bump Mockito from 4.7.0 to 4.8.0 (#208)
    
    * Allow include error handling to be customized through a listener.
    
    * [CONFIGURATION-756] Allow for custom behavior to handle errors loading included properties files.
    
    * [CONFIGURATION-756] Allow for custom behavior to handle errors loading
    included properties files.
    
    * Javadoc.
    
    * Bump Mockito from 4.7.0 to 4.8.0
    
    Co-authored-by: Gary Gregory <gg...@rocketsoftware.com>
    Co-authored-by: Gary Gregory <ga...@gmail.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86303788..d42eb1b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.7.0</version>
+      <version>4.8.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9c32fd8..04889e07 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,8 +52,8 @@
       <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 type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
+        Bump mockito-core from 4.6.1 to 4.8.0 #200.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump slf4j.version from 1.7.36 to 2.0.0 #202.
@@ -68,10 +68,7 @@
         Bump maven-pmd-plugin 3.17.0 to 3.19.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump pmd 6.48.0 to 6.49.0.
-      </action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump pmd from 6.47.0 to 6.48.0.
+        Bump pmd from 6.47.0 to 6.49.0.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump snakeyaml from 1.30 to 1.31 #203.