Skip to content

Commit 5c97fea

Browse files
authored
fix(deps): set gson via java-shared-deps (#878)
Gson dependency version should be set by the java-shared- dependencies BOM, so that the artifacts listed in the google- cloud-bom have the same set of the dependencies.
1 parent 0c027d3 commit 5c97fea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎google-cloud-logging/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<dependency>
2525
<groupId>com.google.code.gson</groupId>
2626
<artifactId>gson</artifactId>
27-
<version>2.9.0</version>
2827
</dependency>
2928
<dependency>
3029
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)