Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v0.19.0 (#377)

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0

* deps: declare dependency on google-auth-library

It's used directly only in test, but with the flatten-maven-plugin, we
need to explicitly declare it or our transitive dependency of it will be
filtered out.

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
renovate-bot and chingor13 committed Feb 23, 2021
1 parent 538d4a5 commit 2f1d026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion google-cloud-websecurityscanner/pom.xml
Expand Up @@ -85,7 +85,6 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2f1d026

Please sign in to comment.