From 92ce064f1c7cad45778c19b9254f2962ad6ebb6b Mon Sep 17 00:00:00 2001 From: Barry Kearns <61697611+barryadk@users.noreply.github.com> Date: Thu, 26 Nov 2020 16:18:50 +0000 Subject: [PATCH] Update Readme to Java 8 Change in project from Java 7 to Java 8 was made: https://github.com/swagger-api/swagger-parser/commit/b5d448211d9a643e8f87a3cfd55f0b7eac2652be --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0f21f2cd..ae125718e5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ But... this is all standard SSL configuration stuff and is well documented acros ### Prerequisites You need the following installed and available in your $PATH: -* [Java 1.7](http://java.oracle.com) +* [Java 8](http://java.oracle.com) * [Apache maven 3.0.3 or greater](http://maven.apache.org/) After cloning the project, you can build it from source with this command: