From 38d5388c4362f40a417bb602ea70edd73f8ce12a Mon Sep 17 00:00:00 2001 From: frantuma Date: Tue, 7 Mar 2023 08:03:16 +0100 Subject: [PATCH] update readme with minimum JDK 11+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a40ab4f03..c2a2281584 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ If you're interested in the change history of swagger and the Swagger Core frame ### Prerequisites You need the following installed and available in your $PATH: -* Java 8 +* Java 11 * Apache maven 3.0.4 or greater * Jackson 2.4.5 or greater