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 2021/08/23 19:05:08 UTC

[commons-io] branch master updated: Bump mockito-inline from 3.11.2 to 3.12.1 #262.

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


The following commit(s) were added to refs/heads/master by this push:
     new e1796ba  Bump mockito-inline from 3.11.2 to 3.12.1 #262.
     new c8130d7  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git
e1796ba is described below

commit e1796ba6cfa3156498f8a71b953dcf94388515b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 23 15:04:45 2021 -0400

    Bump mockito-inline from 3.11.2 to 3.12.1 #262.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7168db..56fd26f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -148,6 +148,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump junit-bom from 5.8.0-M1 to 5.8.0-RC1 #260.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump mockito-inline from 3.11.2 to 3.12.1 #262.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->