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 0fe422aeb TIKA-4327: update fastutil
0fe422aeb is described below
commit 0fe422aeb7c10df99dff8241a86e597f04105c6a
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 26 14:30:13 2024 +0100
TIKA-4327: 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 28f1a721c..cce1aadc8 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
- <version>8.1.1</version>
+ <version>8.5.15</version>
</dependency>
</dependencies>
</dependencyManagement>