From 9e414fa263686b20f252332983235b7b44285a1c Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 9 Jan 2023 15:24:53 +0100 Subject: [PATCH] Update minimum required maven version to 3.5 in documentation --- .../src/docs/asciidoc/getting-started/installing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.