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 de2f4ed5 Bump mockito-inline from 4.6.1 to 4.7.0 de2f4ed5 is described below commit de2f4ed5e0ad37778c6726a090f6b8dc59ba7b3c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Aug 14 08:13:35 2022 -0400 Bump mockito-inline from 4.6.1 to 4.7.0 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 21afb4e2..675934fa 100644 --- a/pom.xml +++ b/pom.xml @@ -271,7 +271,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> - <version>4.6.1</version> + <version>4.7.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 17fae3bf..94fb7fd2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -467,8 +467,8 @@ 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.9.0 #260, #271, #275, #309. </action> - <action dev="ggregory" type="update" due-to="Dependabot"> - Bump mockito-inline from 3.11.2 to 4.6.1 #262, #264, #282, #306, #314, #331, #348, #359. + <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> + Bump mockito-inline from 3.11.2 to 4.7.0 #262, #264, #282, #306, #314, #331, #348, #359. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump jmh.version from 1.32 to 1.35 #258, #316, #342.