Skip to content

Commit e7773ee

Browse files
authored
deps: update truth-proto-extension to 1.1.3 and exclude protobuf-java from its dependencies (#854)
1 parent fd2bf65 commit e7773ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,15 @@
172172
<dependency>
173173
<groupId>com.google.truth.extensions</groupId>
174174
<artifactId>truth-proto-extension</artifactId>
175-
<version>1.1.2</version>
175+
<version>1.1.3</version>
176176
<scope>test</scope>
177+
<exclusions>
178+
<!-- exclude protobuf-java as it is managed in the shared deps bom-->
179+
<exclusion>
180+
<groupId>com.google.protobuf</groupId>
181+
<artifactId>protobuf-java</artifactId>
182+
</exclusion>
183+
</exclusions>
177184
</dependency>
178185
<dependency>
179186
<groupId>junit</groupId>

0 commit comments

Comments
 (0)