Skip to content

Commit

Permalink
update guava and GAX (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Jan 22, 2020
1 parent c1fd39c commit b93106b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20191011-1.30.3</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-android</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
Expand Down

0 comments on commit b93106b

Please sign in to comment.