You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/11 12:47:30 UTC

[maven-shade-plugin] 01/01: update guava

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 90757957251bfb9d330714202765a4e6982c2d66
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Apr 11 08:47:13 2020 -0400

    update guava
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e8fe9a..449586c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>19.0</version>
+      <version>28.2-android</version>
     </dependency>
 
     <dependency>