Skip to content

Commit 135bc6b

Browse files
authored
deps: update google-cloud-conformance-tests to 0.2.0 (#752)
Opening in favor of #749
1 parent d892ac3 commit 135bc6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

google-cloud-firestore/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,14 @@
142142
<dependency>
143143
<groupId>com.google.cloud</groupId>
144144
<artifactId>google-cloud-conformance-tests</artifactId>
145-
<version>0.1.1</version>
145+
<version>0.2.0</version>
146146
<scope>test</scope>
147+
<exclusions>
148+
<exclusion>
149+
<groupId>org.checkerframework</groupId>
150+
<artifactId>checker-qual</artifactId>
151+
</exclusion>
152+
</exclusions>
147153
</dependency>
148154
<dependency>
149155
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)