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/12/15 14:47:45 UTC

[commons-logging] 01/03: Update dependencies.

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

commit c7805a466722ff7272526036451450e167e7a7a3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 15 09:25:29 2020 -0500

    Update dependencies.
    
    - Bump maven-failsafe-plugin from 2.12 to 2.22.2 #31.
    - Bump maven-dependency-plugin from 2.4 to 3.1.2 #29.
    - Bump maven-pmd-plugin from 3.3 to 3.14.0 #28.
---
 src/changes/changes.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index adf2812..5b21ac5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,15 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump findbugs-maven-plugin from 2.5.2 to 3.0.5 #8.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump maven-failsafe-plugin from 2.12 to 2.22.2 #31.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump maven-dependency-plugin from 2.4 to 3.1.2 #29.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump maven-pmd-plugin from 3.3 to 3.14.0 #28.
+      </action>
     </release>
     <release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required.">
       <action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs">