Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-pubsublite-pare…
Browse files Browse the repository at this point in the history
…nt to v1 (#173)

* deps: update dependency com.google.cloud:google-cloud-pubsublite-parent to v1

* fix: exclude org.checkerframework:checker-qual

Co-authored-by: Tianzi Cai <tianzi@google.com>
  • Loading branch information
renovate-bot and anguillanneuf committed Aug 6, 2021
1 parent 8556c26 commit 478079d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>0.18.0</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -71,11 +71,23 @@
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-java8-extension</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 478079d

Please sign in to comment.