Skip to content

Commit c7460a3

Browse files
deps: update dependency com.google.cloud:google-cloud-conformance-tests to v0.2.0 (#982)
* deps: update dependency com.google.cloud:google-cloud-conformance-tests to v0.2.0 * chore: exclude checker-qual from truth in favor of version from shared-dependencies Co-authored-by: BenWhitehead <[email protected]>
1 parent 5a7e025 commit c7460a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,14 @@
108108
<dependency>
109109
<groupId>com.google.cloud</groupId>
110110
<artifactId>google-cloud-conformance-tests</artifactId>
111-
<version>0.1.1</version>
111+
<version>0.2.0</version>
112112
<scope>test</scope>
113+
<exclusions>
114+
<exclusion>
115+
<groupId>org.checkerframework</groupId>
116+
<artifactId>checker-qual</artifactId>
117+
</exclusion>
118+
</exclusions>
113119
</dependency>
114120
<dependency>
115121
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)