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 7e9b581006 TIKA-4456: update openblas, fastutil
7e9b581006 is described below
commit 7e9b58100663c7ee54889f98cd6b66814edff39d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Mar 11 22:45:14 2026 +0100
TIKA-4456: update openblas, fastutil
---
tika-parsers/tika-parsers-ml/tika-dl/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
index c5cc491e96..761c9c3df0 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -36,12 +36,12 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>openblas-platform</artifactId>
- <version>0.3.30-1.5.12</version>
+ <version>0.3.31-1.5.13</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>openblas</artifactId>
- <version>0.3.30-1.5.12</version>
+ <version>0.3.31-1.5.13</version>
</dependency>
<!-- can't update above 4.5.5-1.5.7, UnsatisfiedLinkError: no
jniopencv_core in java.library.path -->
<dependency>
@@ -52,7 +52,7 @@
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
- <version>8.5.15</version>
+ <version>8.5.18</version>
</dependency>
</dependencies>
</dependencyManagement>