Skip to content

Commit

Permalink
Bump maven-compiler-plugin version to 3.8.1.
Browse files Browse the repository at this point in the history
Fixes #1458

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=288366205
  • Loading branch information
sullis authored and netdpb committed Jan 7, 2020
1 parent 8d74d24 commit fd3c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit fd3c60a

Please sign in to comment.