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 ca04c4f9e Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 #754
ca04c4f9e is described below
commit ca04c4f9e6cf125a5ed480f0a38b75a407140abe
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 20 07:48:52 2025 -0400
Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 #754
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f37cb31d0..5b15f6615 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">Add
org.apache.commons.io.Charsets.isUTF8(Charset).</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">Add
org.apache.commons.io.Charsets.toCharsetDefault(String, Charset).</action>
<!-- UPDATE -->
+ <action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 #754.</action>
</release>
<release version="2.19.0" date="2025-04-08" description="Version 2.19.0:
Java 8 or later is required.">
<!-- FIX -->