Guava Version update

This commit is contained in:
JanUlrich 2017-10-15 22:49:23 +02:00
parent 36bb442bff
commit b116139357
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ bin
.DS_Store
.project
.settings/
/target/

View File

@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>22.0</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>