diff --git a/README.md b/README.md
index 8b5c297..ea9807e 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ The purpose of this is to provide good examples for the refactoring workshop.
## Build
-All you need to build this project is Java 6.0 (Java SDK 1.6) or later, Maven 3.0 or later.
+All you need to build this project is Java 11 or later, Maven 3.0 or later.
## Testing
diff --git a/pom.xml b/pom.xml
index 226ec6e..d3a4d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,8 @@
maven-compiler-plugin3.8.1
- 1.8
- 1.8
+ 11
+ 11
@@ -31,4 +31,4 @@
-
\ No newline at end of file
+