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


The following commit(s) were added to refs/heads/master by this push:
     new 3b29b5a  Bump mockito-core from 4.0.0 to 4.1.0
3b29b5a is described below

commit 3b29b5a395eebba785799540dde950496455e2bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 23 12:22:13 2021 +0000

    Bump mockito-core from 4.0.0 to 4.1.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 
4.1.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      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 fc02420..b7878ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.0.0</version>
+      <version>4.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4483d81..2350e51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump jmh-generator-annprocess from 1.32 to 1.33 
#175.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump commons.pmd-impl.version from 6.36.0 to 6.40.0 #173, 
#189, #193.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.3.5 #188.</action>
-      <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump mockito-core from 3.11.2 to 4.0.0 #187.</action>
+      <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump mockito-core from 3.11.2 to 4.1.0 #187, #197.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #184.</action>
       <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Bump opencsv from 5.5.1 to 5.5.2 #182.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump spotbugs-maven-plugin from 4.3.0 to 4.4.2.2 
#192.</action>

Reply via email to