This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 26381aad0a TIKA-4836: update maven requirement
26381aad0a is described below
commit 26381aad0a28f0db3ea8e7dd4434c00f0ab831bc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Aug 24 11:31:21 2026 +0200
TIKA-4836: update maven requirement
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ab35e1fada..c19d259e3c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1532,7 +1532,7 @@
<rules>
<dependencyConvergence />
<requireMavenVersion>
- <version>3.5</version>
+ <version>3.9</version>
</requireMavenVersion>
</rules>
</configuration>