This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 431fdc78c3 TIKA-4792: update maven requirement
431fdc78c3 is described below
commit 431fdc78c3d20ba1587fe70b32b6ca7ec329d055
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Aug 24 11:31:49 2026 +0200
TIKA-4792: 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 43a195bb5f..ced2d7c523 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1334,7 +1334,7 @@
<rules>
<dependencyConvergence />
<requireMavenVersion>
- <version>3.5</version>
+ <version>3.9</version>
</requireMavenVersion>
</rules>
</configuration>