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 2021/04/09 04:30:24 UTC

[commons-text] branch master updated: Bump mockito-inline from 3.8.0 to 3.9.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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 7928a77  Bump mockito-inline from 3.8.0 to 3.9.0
     new 7afa58a  Merge pull request #216 from kinow/update-mockito
7928a77 is described below

commit 7928a77213094698db21a806fffa33e597e4d4cd
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Fri Apr 9 16:24:05 2021 +1200

    Bump mockito-inline from 3.8.0 to 3.9.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ff5488..2ec558a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
     <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
     
-    <commons.mockito.version>3.8.0</commons.mockito.version>
+    <commons.mockito.version>3.9.0</commons.mockito.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6269c51..6a3d379 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- UPDATE -->
     <action                  type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.41.1, #141, #168, #182, #188, #193, #201 #208 #211.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update spotbugs.plugin.version 4.0.0 to 4.2.2, #144, #150, #167, #176, #194, #210.</action>
-    <action                  type="update" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.8.0, #143 #148 #149 #152 #153 #154 #158 #159 #166 #177 #180 #187 #195 #197 #207.</action>
+    <action                  type="update" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.9.0, #143 #148 #149 #152 #153 #154 #158 #159 #166 #177 #180 #187 #195 #197 #207 #216.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump junit-jupiter from 5.6.2 to 5.7.1 #163 #204.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump assertj-core from 3.16.1 to 3.19.0 #151 #157 #160 #178 #184 #199.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-io from 2.7 to 2.8.0 #161.</action>