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 3e7b58c22 Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #769
3e7b58c22 is described below
commit 3e7b58c22007239e7758d30a8053763acdbe129e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 21 20:48:30 2025 -0400
Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #769
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 136dd3e9a..210bf087a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[],
long).</action>
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int,
long).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump commons.bytebuddy.version from 1.17.6 to 1.17.7
#769.</action>
</release>
<release version="2.20.0" date="2025-07-13" description="Version 2.20.0:
Java 8 or later is required.">
<!-- FIX -->