Skip to content

Commit

Permalink
update guava test dep (should rewrite tests not to use guava)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 25, 2020
1 parent e0488c5 commit 7896f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstractions.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>27.1-jre</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7896f2f

Please sign in to comment.