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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 83e4f40a1 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #568 83e4f40a1 is described below commit 83e4f40a194db67fc6cd0cbe2431e74bb1bf5e81 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Aug 29 17:46:55 2024 -0400 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #568 --- 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 7975ab07d..55aa0fb67 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 72 to 74 #563, #567.</action> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.github.luben:zstd-jni from 1.5.6-4 to 1.5.6-5 #565.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.github.luben:zstd-jni from 1.5.6-4 to 1.5.6-5 #565.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #568.</action> </release> <release version="1.27.1" date="2024-08-16" description="This is a feature and maintenance release. Java 8 or later is required."> <action type="fix" issue="COMPRESS-686" dev="ggregory" due-to="Richard Blank, Gary Gregory">Compression into BZip2 format has unexpected end of file when using a BufferedOutputStream.</action>