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 e84b72c40 TIKA-4379: update guava, commons-csv
e84b72c40 is described below
commit e84b72c408aa0e1b3b3c6fc03bddaa9d76e1fc74
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Mar 20 11:43:48 2025 +0100
TIKA-4379: update guava, commons-csv
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 66890aadc..3b39a9682 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -335,7 +335,7 @@
<commons.codec.version>1.18.0</commons.codec.version>
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.27.1</commons.compress.version>
- <commons.csv.version>1.13.0</commons.csv.version>
+ <commons.csv.version>1.14.0</commons.csv.version>
<commons.exec.version>1.4.0</commons.exec.version>
<commons.fileupload.version>1.5</commons.fileupload.version>
<commons.io.version>2.18.0</commons.io.version>
@@ -355,7 +355,7 @@
<freemarker.version>2.3.34</freemarker.version>
<geoapi.version>3.0.2</geoapi.version>
<gson.version>2.12.1</gson.version>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.5-jre</guava.version>
<h2.version>2.3.232</h2.version>
<hdf5.version>1.14.3-1.5.10</hdf5.version>
<httpcomponents.version>4.5.14</httpcomponents.version>