Skip to content

Commit

Permalink
build: update google-api-client to use version from google-cloud-shar…
Browse files Browse the repository at this point in the history
…ed-dependencies (#833)

By manually specifying the version of google-api-client here a diamond is created if this version is higher than google-cloud-shared-dependencies.

This PR will actually down grade google-api-client to v1.31.4 until shared-dependencies v1.1.1 is released.
  • Loading branch information
BenWhitehead authored May 17, 2021
1 parent f585f29 commit 2073c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.31.5</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down

0 comments on commit 2073c93

Please sign in to comment.