You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/03/07 10:09:07 UTC

(tika) 01/02: TIKA-4162: update enforced maven version

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

commit bdeb886c10a9ff5401d434f559fc709d48be0a0f
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 7 11:08:34 2024 +0100

    TIKA-4162: update enforced maven version
---
 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 427326608..1bdf012cd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1198,7 +1198,7 @@
               <rules>
                 <dependencyConvergence />
                 <requireMavenVersion>
-                  <version>3.5</version>
+                  <version>3.6.3</version>
                 </requireMavenVersion>
               </rules>
             </configuration>