Minor dependency updates, including Guava

This commit is contained in:
Sean Owen 2017-01-24 12:21:37 +00:00
parent 46461d37b6
commit 63c4b21556
No known key found for this signature in database
GPG key ID: F6CE9695C9318406
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.58</version>
<version>1.60</version>
</dependency>
<dependency>
<groupId>com.github.jai-imageio</groupId>

View file

@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<version>21.0</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
@ -170,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>

View file

@ -57,7 +57,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.0.v20161208</version>
<version>9.4.1.v20170120</version>
</plugin>
</plugins>
</build>