Minor dep updates

This commit is contained in:
Sean Owen 2016-09-30 00:22:02 -05:00
parent 2434efd625
commit 9130b7907e
No known key found for this signature in database
GPG key ID: F6CE9695C9318406
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -509,7 +509,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.7</version>
<version>2.8</version>
<executions>
<execution>
<id>check-api</id>

View file

@ -37,7 +37,7 @@
</parent>
<properties>
<gwt.version>2.8.0-rc1</gwt.version>
<gwt.version>2.8.0-rc2</gwt.version>
</properties>
<build>

View file

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