Skip to content

Commit cbe1bb1

Browse files
renovate-botlqiu96
andauthored
deps: update dependency com.googlecode.maven-download-plugin:download-maven-plugin to v1.7.1 (#2151)
* deps: update dependency com.googlecode.maven-download-plugin:download-maven-plugin to v1.7.1 * chore: Update gapic-showcase version to 0.29.0 * chore: Print out compliance_suite.json * chore: Fix lint issues * chore: Skip download cache * chore: Clean up IT Http test * chore: Re-add compliance_suite.json --------- Co-authored-by: Lawrence Qiu <[email protected]>
1 parent 379a2c8 commit cbe1bb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>com.googlecode.maven-download-plugin</groupId>
131131
<artifactId>download-maven-plugin</artifactId>
132-
<version>1.6.8</version>
132+
<version>1.7.1</version>
133133
<executions>
134134
<execution>
135135
<id>download-metadata-proto</id>

showcase/gapic-showcase/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>com.googlecode.maven-download-plugin</groupId>
5656
<artifactId>download-maven-plugin</artifactId>
57-
<version>1.6.8</version>
57+
<version>1.7.1</version>
5858
<executions>
5959
<execution>
6060
<id>download-compliance-suite</id>
@@ -69,6 +69,8 @@
6969
<outputDirectory>src/test/resources</outputDirectory>
7070
<!-- Set this to always download the latest version and overwrite the existing file -->
7171
<overwrite>true</overwrite>
72+
<!-- Don't use the local maven download plugin cache -->
73+
<skipCache>true</skipCache>
7274
</configuration>
7375
</execution>
7476
</executions>

0 commit comments

Comments
 (0)