Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
#285 upgrading to guava and fixing the warning with artifact relocati…
Browse files Browse the repository at this point in the history
…on (#286)
  • Loading branch information
pushyamig authored Jun 16, 2020
1 parent 0f303cb commit 8a57315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>24.1.1-jre</version>
</dependency>

<dependency>
Expand All @@ -68,7 +68,7 @@
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
Expand Down

0 comments on commit 8a57315

Please sign in to comment.