Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (closes #56)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

Change-Id: Ic3c4da45b834c1a2860079722278f891a5b862ae

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Change-Id: I106e3f792cfdf20dfb285be82b55bd99ade1feb1
diff --git a/pom.xml b/pom.xml
index a04422e..4b8fa49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
 
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.10.1</version>
+        <version>3.11.0</version>
         <inherited>true</inherited>
         <configuration>
           <showWarnings>true</showWarnings>