diff --git a/README.MD b/README.MD
index c9e13d645..bdb8a3af1 100644
--- a/README.MD
+++ b/README.MD
@@ -82,7 +82,7 @@ java -jar webgoat-server-8.1.0.jar [--server.port=8080] [--server.address=localh
java -jar webwolf-8.1.0.jar [--server.port=9090] [--server.address=localhost]
```
-The latest version of WebGoat needs Java 11 or above. By default WebGoat and WebWolf start on port 8080,9000 and 9090 with the environment variable WEBGOAT_PORT, WEBWOLF_PORT and WEBGOAT_HSQLPORT you can set different values.
+The latest version of WebGoat needs Java 15 or above. By default WebGoat and WebWolf start on port 8080,9000 and 9090 with the environment variable WEBGOAT_PORT, WEBWOLF_PORT and WEBGOAT_HSQLPORT you can set different values.
```Shell
export WEBGOAT_PORT=18080
export WEBGOAT_HSQLPORT=19001
@@ -97,7 +97,7 @@ Use set in stead of export on Windows cmd.
### Prerequisites:
-* Java 11
+* Java 15
* Maven > 3.2.1
* Your favorite IDE
* Git, or Git support in your IDE
diff --git a/pom.xml b/pom.xml
index f85302695..6022a416e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,9 +189,10 @@
org.apache.maven.pluginsmaven-compiler-plugin
+ ${maven-compiler-plugin.version}
- 11
- 11
+ 15
+ 15UTF-8
@@ -213,7 +214,7 @@
maven-pmd-plugin3.14.0
- 11
+ 151