Skip to content

Commit

Permalink
deps: update google-cloud-conformance-tests to 0.2.0 (#752)
Browse files Browse the repository at this point in the history
Opening in favor of #749
  • Loading branch information
kolea2 committed Aug 31, 2021
1 parent d892ac3 commit 135bc6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion google-cloud-firestore/pom.xml
Expand Up @@ -142,8 +142,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-conformance-tests</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 135bc6b

Please sign in to comment.