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


The following commit(s) were added to refs/heads/master by this push:
     new 02db30a  Bump org.mockito:mockito-core from 5.13.0 to 5.14.1
02db30a is described below

commit 02db30a8d0f630a1aeecc7e1ba643d5fbc78a56f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 1 08:49:45 2024 -0400

    Bump org.mockito:mockito-core from 5.13.0 to 5.14.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60af144..0b304c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>5.13.0</version>
+      <version>5.14.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03088b7..9a5dedd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
from 8 to 11.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 62 to 76 #256, #277, #295, #301, #305.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Hamcrest 
from org.hamcrest:hamcreset-all:1.3 to org.hamcrest:hamcreset:3.0.</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.mockito:mockito-core from 4.11.0 to 5.13.0.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.mockito:mockito-core from 4.11.0 to 5.14.1.</action>
     </release>
     <release version="1.8.1" date="2023-09-09" description="New features and 
bug fixes.">
       <!-- FIX -->

Reply via email to