Update minimum required maven version to 3.5 in documentation

This commit is contained in:
Moritz Halbritter 2023-01-09 15:24:53 +01:00
parent c0728e1288
commit 9e414fa263
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Although you _could_ copy Spring Boot jars, we generally recommend that you use
[[getting-started.installing.java.maven]]
==== Maven Installation
Spring Boot is compatible with Apache Maven 3.3 or above.
Spring Boot is compatible with Apache Maven 3.5 or above.
If you do not already have Maven installed, you can follow the instructions at https://maven.apache.org.
TIP: On many operating systems, Maven can be installed with a package manager.