This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 1cf02a9f3 Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (#2293)
1cf02a9f3 is described below
commit 1cf02a9f325cf1e82a406b4f928130e9b4fc5f5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 4 09:50:47 2025 +0200
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (#2293)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from
1.9.0 to 1.10.0.
-
[Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0)
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
dependency-version: 1.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 d6df2b2dd..99ec6d9b2 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>