Skip to content

Commit

Permalink
deps: update truth-proto-extension to 1.1.3 and exclude protobuf-java…
Browse files Browse the repository at this point in the history
… from its dependencies (#854)
  • Loading branch information
kolea2 committed Jun 4, 2021
1 parent fd2bf65 commit e7773ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -172,8 +172,15 @@
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-proto-extension</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>test</scope>
<exclusions>
<!-- exclude protobuf-java as it is managed in the shared deps bom-->
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e7773ee

Please sign in to comment.