This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 6862beae7 Bump org.apache.commons:commons-parent from 103 to 104.
6862beae7 is described below
commit 6862beae76a90e09e182f975a538ea9b2723e2b9
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 08:31:12 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b2a1b8313..fc379b8d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</version>
</parent>
<artifactId>commons-compress</artifactId>
<version>1.29.0-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 944117d21..1d0b84d79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -237,7 +237,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
CompressException.requireNonNull(Class, T, String).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
CpioArchiveEntry.setTimeMillis(long).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 103 #707, #752.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 104 #707, #752.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-6 #717,
#740.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.github.luben:zstd-jni from 1.5.7-6 to 1.5.7-7 #768
https://github.com/luben/zstd-jni/compare/v1.5.7-6...v1.5.7-7.</action>