Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2804 from chirino/2303
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-bot[bot] authored Jun 13, 2018
2 parents aecb2a8 + 7338ca4 commit 8bbd645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<kubernetes.client.version>2.4.1</kubernetes.client.version>

<spring.version>4.3.12.RELEASE</spring.version>
<spring-boot.version>1.5.8.RELEASE</spring-boot.version>
<spring-boot.version>1.5.13.RELEASE</spring-boot.version>

<swagger.version>1.5.19</swagger.version>

Expand Down Expand Up @@ -514,6 +514,8 @@
<arg>-XepDisableWarningsInGeneratedCode</arg>
<arg>-XepExcludedPaths:.*/generated-sources/.*</arg>
<arg>-implicit:none</arg>
<!-- temporary disable until https://github.com/google/error-prone/issues/780 is resolved -->
<arg>-Xep:ParameterName:OFF</arg>
</compilerArgs>
</configuration>
<dependencies>
Expand Down

0 comments on commit 8bbd645

Please sign in to comment.