Skip to content

Commit

Permalink
feat!: upgrade shared dependencies to 2.0.0 (#490)
Browse files Browse the repository at this point in the history
Opening in favor of #489
  • Loading branch information
kolea2 committed Aug 6, 2021
1 parent eb06d62 commit d3e1af5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions datastore-v1-proto-client/pom.xml
Expand Up @@ -95,6 +95,12 @@
<artifactId>truth</artifactId>
<version>1.1.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

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

0 comments on commit d3e1af5

Please sign in to comment.