From f6b516ac2592864755deba703c020d4a6d8f422d Mon Sep 17 00:00:00 2001 From: kmoore15 Date: Thu, 4 May 2023 13:37:37 -0400 Subject: [PATCH] Updating java version to java 11 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24c880..edf766e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It currently supports following adapters: Make sure you have the following installed on your machine -* jdk 1.8 +* jdk 11 * maven ### Intellij development diff --git a/pom.xml b/pom.xml index 7ae09be..1e18c3f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 1.8 + 11 1.18.10 0.8.5 3.8.1