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 752add580 TIKA-4239: update fastutil
752add580 is described below
commit 752add5809f94840930ec105f00577d466391d59
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 26 14:29:41 2024 +0100
TIKA-4239: update fastutil
---
tika-parsers/tika-parsers-ml/tika-dl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
index 1dd79ceef..feed33af5 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
- <version>8.1.1</version>
+ <version>8.5.15</version>
</dependency>
</dependencies>
</dependencyManagement>