Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update dependency com.google.cloud:google-cloud-conformance-tes…
…ts 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 <BenWhitehead@users.noreply.github.com>
  • Loading branch information
renovate-bot and BenWhitehead committed Aug 27, 2021
1 parent 5a7e025 commit c7460a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -108,8 +108,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.httpcomponents</groupId>
Expand Down

0 comments on commit c7460a3

Please sign in to comment.