diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc index a04ed6703e..abbe73893e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc @@ -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.