maven-compiler-plugin 3.7.0 -> 3.8.0.
diff --git a/pom.xml b/pom.xml
index 003e420..b3ad222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
 maven-bundle-plugin 3.3.0 -> 3.5.1
 jacoco-maven-plugin 0.7.9 -> 0.8.1
 maven-clean-plugin 3.0.0 -> 3.1.0
+maven-compiler-plugin 3.7.0 -> 3.8.0
 
 Version 10 - changes since version 9
 ====================================
@@ -511,7 +512,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
+          <version>3.8.0</version>
           <configuration>
             <source>${maven.compiler.source}</source>
             <target>${maven.compiler.target}</target>