Skip to content

Commit

Permalink
fix: Use Guava v32.1.2 to resolve gradle metadata issue (#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Aug 1, 2023
1 parent 2c47308 commit d4cf969
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
<version>32.1.2-jre</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- first-party-dependencies is part of google-cloud-shared-dependencies
BOM in https://github.com/googleapis/java-shared-dependencies/blob/main/first-party-dependencies/pom.xml.
This includes Guava, Protobuf, gRPC, Google Auth Libraries, etc. -->
Expand Down

0 comments on commit d4cf969

Please sign in to comment.