Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisluuber committed Mar 30, 2021
1 parent ac87597 commit a4db1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion other/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<protobuf.version>3.9.1</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
<grpc.version>1.23.0</grpc.version>
<guava.version>29.0-jre</guava.version>
<guava.version>30.0-jre</guava.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test/random_access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<guava.version>29.0-jre</guava.version>
<guava.version>30.0-jre</guava.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a4db1fe

Please sign in to comment.