From 02256fa5439b90a665446c10621bf64feadf1a76 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 20 Feb 2021 13:02:49 +1100 Subject: [PATCH] update Java version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b4216..536bca3 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ It implements a domain-centric "Hexagonal" approach of a common web application ## Prerequisites -* JDK 8 +* JDK 11 * this project uses Lombok, so enable annotation processing in your IDE