Skip to content
2 changes: 1 addition & 1 deletion gapic-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.7.1</version>
<executions>
<execution>
<id>download-metadata-proto</id>
Expand Down
4 changes: 3 additions & 1 deletion showcase/gapic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.7.1</version>
<executions>
<execution>
<id>download-compliance-suite</id>
Expand All @@ -69,6 +69,8 @@
<outputDirectory>src/test/resources</outputDirectory>
<!-- Set this to always download the latest version and overwrite the existing file -->
<overwrite>true</overwrite>
<!-- Don't use the local maven download plugin cache -->
<skipCache>true</skipCache>
</configuration>
</execution>
</executions>
Expand Down