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
commit 1537fc995c9ef53f153e4573b66122cbc6e9ffcf Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Aug 1 12:10:16 2025 +0200 TIKA-4327: update commons compress, commons csv, google cloud --- tika-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index e664647ea..2dab32826 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -310,7 +310,7 @@ <!-- dependency versions --> <!-- change threetenbp exclusion version --> - <google.cloud.version>2.53.3</google.cloud.version> + <google.cloud.version>2.54.0</google.cloud.version> <aws.version>1.12.788</aws.version> <aws2.version>2.32.13</aws2.version> <!-- WARNING: when you upgrade asm make sure that you update the @@ -335,8 +335,8 @@ <commons.cli.version>1.9.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.27.1</commons.compress.version> - <commons.csv.version>1.14.0</commons.csv.version> + <commons.compress.version>1.28.0</commons.compress.version> + <commons.csv.version>1.14.1</commons.csv.version> <commons.exec.version>1.5.0</commons.exec.version> <commons.fileupload.version>1.6.0</commons.fileupload.version> <commons.io.version>2.20.0</commons.io.version>
