diff --git a/pom.xml b/pom.xml index aeae8381..cf7f415e 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,6 @@ UTF-8 UTF-8 - 11 - 11 2.0.18 2.22.0 6.1.0 @@ -65,6 +63,14 @@ central + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 8 + + org.apache.maven.plugins maven-source-plugin @@ -194,15 +200,33 @@ java11minus - (,12) + (,11) - 1.8 - 1.8 5.9.3 4.11.0 + + java11to16 + + [11,17) + + + 11 + 5.14.3 + + + + java17plus + + [17,) + + + 11 + 6.1.0 + +