This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 99fdda0dc0 commons-compress dependency to 1.28.0
99fdda0dc0 is described below
commit 99fdda0dc0f6ab4702c751bf36a5a1f07c291ba3
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jul 30 08:10:54 2025 +0100
commons-compress dependency to 1.28.0
---
build.xml | 2 +-
src/documentation/content/xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 2b40ac2cb9..6dafc3d71d 100644
--- a/build.xml
+++ b/build.xml
@@ -333,7 +333,7 @@ under the License.
<!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.curvesapi"
artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/>
<dependency prefix="ooxml.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:5.3.0" usage="ooxml"/>
- <dependency prefix="ooxml.commons-compress"
artifact="org.apache.commons:commons-compress:1.27.1" usage="ooxml"/>
+ <dependency prefix="ooxml.commons-compress"
artifact="org.apache.commons:commons-compress:1.28.0" usage="ooxml"/>
<dependency prefix="ooxml.commons-lang3"
artifact="org.apache.commons:commons-lang3:3.12.0" usage="ooxml"/>
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars
target-->
diff --git a/src/documentation/content/xdocs/changes.xml
b/src/documentation/content/xdocs/changes.xml
index ab248da55c..895d0773dc 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -76,6 +76,7 @@
<summary-item>Upgrade bouncycastle dependency to
1.81</summary-item>
<summary-item>Upgrade commons-codec dependency to
1.19.0</summary-item>
<summary-item>Upgrade commons-collections4 dependency to
4.5.0</summary-item>
+ <summary-item>Upgrade commons-compress dependency to
1.28.0</summary-item>
<summary-item>Upgrade commons-io dependency to
2.20.0</summary-item>
<summary-item>Upgrade pdfbox dependency to 3.0.5</summary-item>
<summary-item>Upgrade xmlsec dependency to 3.0.6</summary-item>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]