Browse Source

Mention Java 13 in system requirements docs

See gh-18383
pull/18413/head
dreis2211 6 years ago committed by Phillip Webb
parent
commit
edefbfde42
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

@ -29,7 +29,7 @@ Our primary goals are: @@ -29,7 +29,7 @@ Our primary goals are:
[[getting-started-system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to Java 12 (included).
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to Java 13 (included).
{spring-framework-docs}[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for the following build tools:

Loading…
Cancel
Save