This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 4a0b20de60826afced4a9db649a0e126bec819f7 Author: Tilman Hausherr <[email protected]> AuthorDate: Sat Mar 9 11:40:15 2024 +0100 TIKA-4199: update commons-compress --- 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 04bbd39d0..af81136c5 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -321,7 +321,7 @@ <commons.cli.version>1.6.0</commons.cli.version> <commons.codec.version>1.16.1</commons.codec.version> <commons.collections4.version>4.4</commons.collections4.version> - <commons.compress.version>1.26.0</commons.compress.version> + <commons.compress.version>1.26.1</commons.compress.version> <commons.csv.version>1.10.0</commons.csv.version> <commons.exec.version>1.4.0</commons.exec.version> <commons.io.version>2.15.1</commons.io.version>
