commit | 3d9324551d21cf8cd140b8761831740da06b9565 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@digital.ai> | Thu Apr 23 15:18:44 2020 +0900 |
committer | David Pursehouse <dpursehouse@digital.ai> | Thu Apr 23 15:18:44 2020 +0900 |
tree | 5ea466ec49f25ce010d63e080ddad0c07cae30a7 | |
parent | 47badf7723a6c1907b4446e430106bcc9e7aed18 [diff] |
Upgrade maven-compiler-plugin to 3.8.1 Change-Id: If8f8706f59254e8c20f1f42f46daa3b02c54ace1
diff --git a/pom.xml b/pom.xml index f2aa17a..9fdf2ce 100644 --- a/pom.xml +++ b/pom.xml
@@ -381,7 +381,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <compilerId>javac-with-errorprone</compilerId> <forceJavacCompilerUse>true</forceJavacCompilerUse>