Skip to content

Commit

Permalink
deps: update dependency com.googlecode.maven-download-plugin:download…
Browse files Browse the repository at this point in the history
…-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 <lawrenceqiu@google.com>
  • Loading branch information
renovate-bot and lqiu96 committed Nov 28, 2023
1 parent 379a2c8 commit cbe1bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java/pom.xml
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
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

0 comments on commit cbe1bb1

Please sign in to comment.