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

Commit 2f1d026

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies 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 <[email protected]>
1 parent 538d4a5 commit 2f1d026

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

google-cloud-websecurityscanner/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<dependency>
8686
<groupId>com.google.auth</groupId>
8787
<artifactId>google-auth-library-oauth2-http</artifactId>
88-
<scope>test</scope>
8988
</dependency>
9089

9190
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.google.cloud</groupId>
108108
<artifactId>google-cloud-shared-dependencies</artifactId>
109-
<version>0.18.0</version>
109+
<version>0.19.0</version>
110110
<type>pom</type>
111111
<scope>import</scope>
112112
</dependency>

0 commit comments

Comments
 (0)