Skip to content

Commit

Permalink
samples(deps): update Guava (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Mar 16, 2020
1 parent 84698a5 commit 23d1197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-cloud-nio-examples/pom.xml
Expand Up @@ -17,9 +17,9 @@
</parent>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-android</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 23d1197

Please sign in to comment.