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 82d04b0db Bump org.apache.commons:commons-parent from 67 to 69 #608
82d04b0db is described below
commit 82d04b0dbb1e68851a5e2eb1d59fdbe42c0f48fa
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 1 14:21:22 2024 -0400
Bump org.apache.commons:commons-parent from 67 to 69 #608
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 43952d025..813ef3b0d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Avoid possible NullPointerException in FileUtils.listAccumulate(File,
IOFileFilter, IOFileFilter, FileVisitOption...).</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 #605.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 67 to 69 #608.</action>
</release>
<release version="2.16.0" date="2024-03-25" description="Java 8 is
required.">
<!-- FIX -->