Browse Source

Bump guava from 28.2-android to 29.0-android in /examples (#176)

Bumps [guava](https://github.com/google/guava) from 28.2-android to 29.0-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 years ago
parent
commit
37718b8947
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/pom.xml

+ 1 - 1
examples/pom.xml

@@ -78,7 +78,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>28.2-android</version>
+            <version>29.0-android</version>
         </dependency>
     </dependencies>