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 ec22977  Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0
ec22977 is described below

commit ec229779df4ccfbd899f342e30b1e88848edf6a0
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 10 15:29:27 2025 -0500

    Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1980ef9..fa4099e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-junit-jupiter</artifactId>
-      <version>5.20.0</version>
+      <version>5.21.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab2e3ba..d888bdf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- UPDATE -->
       <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 93 #256, #277, #295, #301, #305, #308, #314, #387, 
#403, #406.</action>
-      <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.mockito:mockito-junit-jupiter from 5.14.2 to 5.20.0 #336, 
#359, #366, #389.</action>
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.mockito:mockito-junit-jupiter from 5.14.2 to 5.21.0 #336, 
#359, #366, #389.</action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump commons-jxpath:commons-jxpath from 1.3 to 1.4.0 #360.</action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 
#372.</action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump com.h2database:h2 from 2.3.232 to 2.4.240 #388.</action>

Reply via email to