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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 9a919d0 Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 #255
9a919d0 is described below
commit 9a919d0e8dba7e7cdda2a05bda60b096c6c67e84
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 4 16:43:05 2021 -0400
Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 #255
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 132f1a2..0e5c8ca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,6 +130,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump JUnit from 5.7.2 to 5.8.0-M1.
</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 #255.
+ </action>
</release>
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
<!-- FIX -->