Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
[Dependency] Upgrade guava package to 30.0+ (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liguang Xie authored Dec 10, 2021
1 parent 97fc7b8 commit d3354de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Copyright(c) 2020 Futurewei Cloud
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>[30.0-jre,)</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit d3354de

Please sign in to comment.