Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update shared dependencies to 2.7.0 and remove google-oauth-cli…
…ent from dependency management (#629)
  • Loading branch information
kolea2 committed Feb 1, 2022
1 parent ea973af commit 298e0b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -171,11 +171,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.32.1</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 298e0b0

Please sign in to comment.