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 e95992e Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #250.
e95992e is described below
commit e95992e4b45b104b640947a69e22a7ce7fdbdb91
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 12 16:42:41 2021 -0400
Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #250.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87b22bf..aafd5e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,6 +106,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.
</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #250.
+ </action>
</release>
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
<!-- FIX -->