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 77fdfa5f7 TIKA-4166: update guava, commons csv, junit5
77fdfa5f7 is described below
commit 77fdfa5f79cf5151588c5819a56dbf3f87f8e923
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Sep 25 13:14:50 2024 +0200
TIKA-4166: update guava, commons csv, junit5
---
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 b694262c2..d446c4f6a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -332,7 +332,7 @@
<commons.codec.version>1.17.1</commons.codec.version>
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.27.1</commons.compress.version>
- <commons.csv.version>1.11.0</commons.csv.version>
+ <commons.csv.version>1.12.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.17.0</commons.io.version>
@@ -351,7 +351,7 @@
<freemarker.version>2.3.33</freemarker.version>
<geoapi.version>3.0.2</geoapi.version>
<gson.version>2.11.0</gson.version>
- <guava.version>33.3.0-jre</guava.version>
+ <guava.version>33.3.1-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>
@@ -385,7 +385,7 @@
<jsoup.version>1.18.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.11.0</junit5.version>
+ <junit5.version>5.11.1</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.30.0</jwarc.version>