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 5b65cb2e6 TIKA-4326: update fastutil
5b65cb2e6 is described below
commit 5b65cb2e6f1ea0c8fe5a5738f1f7a171a0e54622
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 26 14:30:47 2024 +0100
TIKA-4326: 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 750c7a12d..f13103c4c 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>