diff --git a/README.md b/README.md
index 3d4a21d8..c6bdf6f4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ A fast and easy to configure HTML Sanitizer written in Java which lets
you include HTML authored by third-parties in your web application while
protecting against XSS.
-The existing dependency is on JSR 305. The other jars
+The HTML Sanitizer requires at least Java 11.
+The only existing dependency is on JSR 305. The other jars
are only needed by the test suite. The JSR 305 dependency is a
compile-only dependency, only needed for annotations.
diff --git a/parent/pom.xml b/parent/pom.xml
index 968711c2..d77aa236 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -88,9 +88,9 @@ application while protecting against XSS.
UTF-8UTF-8
- 9
- 9
- 9
+ 11
+ 11
+ 11
@@ -179,17 +179,13 @@ application while protecting against XSS.
bar
- 6
+ ${maven.compiler.source}org.apache.maven.pluginsmaven-compiler-plugin
- 3.3
-
- 9
- 9
-
+ 3.12.1org.apache.maven.plugins