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 7aace847a TIKA-4456: update pax-url-aether, openblas, maven exec
plugin, azure
7aace847a is described below
commit 7aace847a4cf8af8a01c7a0b9a6f9f24bd05b20b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 22 21:34:31 2025 +0200
TIKA-4456: update pax-url-aether, openblas, maven exec plugin, azure
---
tika-bundles/tika-bundle-standard/pom.xml | 2 +-
tika-parent/pom.xml | 4 ++--
tika-parsers/tika-parsers-ml/tika-dl/pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index 0ebc0957a..c13d4f939 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1502a52b9..e3c09717a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -303,7 +303,7 @@
<maven.shade.version>3.6.0</maven.shade.version>
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
<maven.site.version>3.21.0</maven.site.version>
- <maven.exec.version>3.5.0</maven.exec.version>
+ <maven.exec.version>3.5.1</maven.exec.version>
<!-- need above java 8 for 10.[0-2] -->
<puppycrawl.version>9.3</puppycrawl.version>
<rat.version>0.16.1</rat.version>
@@ -512,7 +512,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
- <version>1.55.3</version>
+ <version>1.56.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
diff --git a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
index 11d940e2b..c5cc491e9 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.28-1.5.11</version>
+ <version>0.3.30-1.5.12</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>openblas</artifactId>
- <version>0.3.28-1.5.11</version>
+ <version>0.3.30-1.5.12</version>
</dependency>
<!-- can't update above 4.5.5-1.5.7, UnsatisfiedLinkError: no
jniopencv_core in java.library.path -->
<dependency>