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


The following commit(s) were added to refs/heads/master by this push:
     new 585a0eb6 Bump mockito-inline from 4.5.1 to 4.6.1
585a0eb6 is described below

commit 585a0eb618f0fd899f8a92cd1d4dab14b68be8f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 3 02:55:41 2022 +0000

    Bump mockito-inline from 4.5.1 to 4.6.1
    
    Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.5.1 to 
4.6.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-inline
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 070b981f..1d86edfb 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.5.1</version>
+      <version>4.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2694f8ce..de4c5d34 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -385,7 +385,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit-bom from 5.8.0-M1 to 5.8.2 #260, #271, #275, #309.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump mockito-inline from 3.11.2 to 4.4.1 #262, #264, #282, #306, #314, 
#331, #348.
+        Bump mockito-inline from 3.11.2 to 4.6.1 #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.

Reply via email to