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 7cb909bc3 Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 #605
7cb909bc3 is described below
commit 7cb909bc30b209b01d9fbbd27e86b3bbb4f2a772
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 29 09:21:37 2024 -0400
Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 #605
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index de99df423..433f49589 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,10 +47,13 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="2.16.1" date="YYYY-MM-DD" description="Java 8 is
required.">
+ <!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Reimplement FileSystemUtils using NIO.</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>
</release>
<release version="2.16.0" date="2024-03-25" description="Java 8 is
required.">
- <!-- Fix -->
+ <!-- FIX -->
<action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Fix and
re-enable testSkip_RequiredCharsets #518.</action>
<action dev="ggregory" type="fix" issue="IO-824" due-to="Miguel Munoz,
Gary Gregory">SymbolicLineFileFilter documentation fixes.</action>
<action dev="ggregory" type="fix" issue="IO-795" due-to="Miguel Munoz,
Gary Gregory">CharSequenceInputStream.reset() only works once #520.</action>