This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 0b889d13a TIKA-4455: update commons-cli
0b889d13a is described below
commit 0b889d13aa2c08c1e1674c712df89b6ec4894ccd
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Aug 4 09:52:45 2025 +0200
TIKA-4455: update commons-cli
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 18d0e3eaa..aba1fd1fb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -332,7 +332,7 @@
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.11.2</c3p0.version>
- <commons.cli.version>1.9.0</commons.cli.version>
+ <commons.cli.version>1.10.0</commons.cli.version>
<commons.codec.version>1.19.0</commons.codec.version>
<commons.collections4.version>4.5.0</commons.collections4.version>
<commons.compress.version>1.28.0</commons.compress.version>