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 11f74a9e9 Bump commons.bytebuddy.version from 1.15.5 to 1.15.7 #694 11f74a9e9 is described below commit 11f74a9e96dfac95e15d768540f6a3b5fe60aa09 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Oct 24 20:57:23 2024 -0400 Bump commons.bytebuddy.version from 1.15.5 to 1.15.7 #694 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a15276b67..1db5c1c76 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory">Add IOUtils.readLines(CharSequence).</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 74 to 78 #670, #676, #679, #688.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.15.1 to 1.15.5 #672, #673, #685, #686.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.15.1 to 1.15.7 #672, #673, #685, #686, #694.</action> </release> <release version="2.17.0" date="2024-09-15" description="Version 2.17.0: Java 8 is required."> <!-- ADD -->