Permalink
Browse files

Updated pom to use Guava 21 as this has support for Java 8 streams.

  • Loading branch information...
1 parent efa7a6b commit b25e8a3d2c39977112d34a74424013b1bf7e2ae9 @julesjacobsen julesjacobsen committed Mar 10, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 pom.xml
View
@@ -127,7 +127,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
- <version>18.0</version> + <version>21.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>

0 comments on commit b25e8a3

Please sign in to comment.