Skip to content

Commit

Permalink
fix(deps): set gson via java-shared-deps (#878)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
suztomo authored Feb 25, 2022
1 parent 0c027d3 commit 5c97fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-cloud-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 5c97fea

Please sign in to comment.