Skip to content

Commit

Permalink
Update deps to latest release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Feb 2, 2015
1 parent 9c9b2ff commit 4ff4668
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down
22 changes: 11 additions & 11 deletions core/pom.xml
Expand Up @@ -74,19 +74,19 @@
<!-- LGPL -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jFormatString</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
</dependency>
<dependency>
<!-- BSD New -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
</dependency>
<dependency>
<!-- GPLv2 with Classpath Exception -->
<groupId>org.checkerframework</groupId>
<artifactId>dataflow</artifactId>
<version>1.8.9</version>
<version>1.8.10</version>
</dependency>
<dependency>
<!-- Needed by Checker Framework dataflow. Really should be a dependency
Expand All @@ -96,7 +96,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>org.checkerframework</groupId>
<artifactId>javacutil</artifactId>
<version>1.8.9</version>
<version>1.8.10</version>
</dependency>
<dependency>
<!-- GPLv2 with Classpath Exception -->
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.0-rc1</version>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -143,37 +143,37 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.24</version>
<version>0.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0</version>
<version>4.0-beta5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
<version>3.0</version>
<version>4.0-beta5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>3.0</version>
<version>4.0-beta5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.5</version>
<version>2.0.3-beta</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.5.0</version>
<version>2.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docgen/pom.xml
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.1</version>
<version>1.5</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.4</version>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit 4ff4668

Please sign in to comment.