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 2020/11/21 16:37:33 UTC

[commons-dbutils] branch master updated: Bump actions/checkout from v2.3.2 to v2.3.4 #48. Bump junit from 4.13 to 4.13.1 #42. Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 #45. Bump actions/setup-java from v1.4.0 to v1.4.3 #40.

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 ad20f0d  Bump actions/checkout from v2.3.2 to v2.3.4 #48. Bump junit from 4.13 to 4.13.1 #42. Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 #45. Bump actions/setup-java from v1.4.0 to v1.4.3 #40.
     new 8c6cd34  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-dbutils
ad20f0d is described below

commit ad20f0dfe0fe73a030c196933a0626d4df1b52b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 21 11:37:12 2020 -0500

    Bump actions/checkout from v2.3.2 to v2.3.4 #48.
    Bump junit from 4.13 to 4.13.1 #42.
    Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 #45.
    Bump actions/setup-java from v1.4.0 to v1.4.3 #40.
---
 src/changes/changes.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa501e6..049d8d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,19 +76,19 @@ The <action> type attribute can be add,update,fix,remove.
         Correction of coverage badge #10.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update actions/checkout from v1 to v2.3.2 #44, #23.
+        Update actions/checkout from v1 to v2.3.4, #44, #23, #48.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update commons-parent from 50 to 51 #14.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update junit from 4.12 to 4.13 #16.
+        Update junit from 4.12 to 4.13.1 #16, #42.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.2.4 to 3.4.6 #18, #21.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update spotbugs-maven-plugin from 3.1.12.2 to 4.0.4 #17.
+        Update spotbugs-maven-plugin from 3.1.12.2 to 4.1.4, #17, #45.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update maven-checkstyle-plugin from 3.1.0 to 3.1.1.
@@ -96,6 +96,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
         Update checkstyle from 8.28 to 8.35, #20.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump actions/setup-java from v1.4.0 to v1.4.3 #40.
+      </action>
     </release>
     
     <release version="1.7" date="2017-07-20" description="Bug fixes and separate column &amp; property handlers using SPI">