Skip to content

Commit

Permalink
deps: update shared dependencies to 2.0.0 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Aug 9, 2021
1 parent b2acec6 commit e4f985e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -176,7 +176,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 All @@ -192,6 +192,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>
</dependencyManagement>
Expand Down

0 comments on commit e4f985e

Please sign in to comment.