You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/02 16:23:45 UTC

[commons-dbutils] branch master updated: mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java 16 and 17.

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 36d0788  mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java 16 and 17.
36d0788 is described below

commit 36d0788066273e66cb3602fb4222da76ca2faad9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 11:23:41 2021 -0500

    mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java
    16 and 17.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c08d393..5758a98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.28</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e8397a..d4f9c3e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,8 +102,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump checkstyle from 8.35 to 8.37 #47.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump mockito-core from 3.4.6 to 3.6.0 #46.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump mockito-core from 3.4.6 to 3.6.28 #46.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons.japicmp.version 0.14.3 -> 0.15.1.