Raise the minimum supported version of Java to 17

Closes gh-749
This commit is contained in:
Andy Wilkinson
2021-09-28 12:12:50 +01:00
parent 1e96e3e71a
commit 68ff043fb3
13 changed files with 32 additions and 22 deletions

View File

@@ -76,7 +76,7 @@ If you want to jump straight in, a number of sample applications are available:
Spring REST Docs has the following minimum requirements:
* Java 8
* Java 17
* Spring Framework 5 (5.0.2 or later)
Additionally, the `spring-restdocs-restassured` module requires REST Assured 4 (4.4 or later).