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
The following commit(s) were added to refs/heads/branch_2x by this push:
new a3a0bc4ac TIKA-4383: update guava, commons-csv
a3a0bc4ac is described below
commit a3a0bc4ac367a7fcfea84de95e1c21f7372b9ae9
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Mar 20 11:44:25 2025 +0100
TIKA-4383: 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 eb12e79ab..b2cfcd029 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -326,7 +326,7 @@
<!-- 4.5.0-M2 successfully tested -->
<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.io.version>2.18.0</commons.io.version>
<commons.lang3.version>3.17.0</commons.lang3.version>
@@ -342,7 +342,7 @@
<dl4j.version>1.0.0-M2</dl4j.version>
<!-- fakeload versions > 0.4.0 require java > 8 -->
<fakeload.version>0.4.0</fakeload.version>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.5-jre</guava.version>
<hdf5.version>1.14.3-1.5.10</hdf5.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<httpcore.version>4.4.16</httpcore.version>