aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Stein <sormuras@gmail.com>2018-01-21 22:15:02 +0100
committerJesse Wilson <jesse@swank.ca>2018-01-21 13:15:02 -0800
commit681060898269d30ae29ac78f958be0ac91ffb7e3 (patch)
tree8cf7f146fb75140538859f00d2dc318c56b2aa81 /pom.xml
parentb5cc9f4554e41cf2eb4b99ab4c197948d90eb9bb (diff)
downloadjavapoet-681060898269d30ae29ac78f958be0ac91ffb7e3.tar.gz
Updated various versions of 3rd-party libraries and tools (#602)
Replaced deprecated API calls with new ones.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 675d189..df93b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,8 +22,8 @@
<java.version>1.7</java.version>
<junit.version>4.12</junit.version>
- <truth.version>0.28</truth.version>
- <compile-testing.version>0.9</compile-testing.version>
+ <truth.version>0.39</truth.version>
+ <compile-testing.version>0.15</compile-testing.version>
</properties>
<scm>
@@ -72,19 +72,19 @@
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.10.16</version>
+ <version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
- <version>4.4.2</version>
+ <version>4.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.7.0</version>
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
@@ -105,12 +105,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac-errorprone</artifactId>
- <version>2.8.1</version>
+ <version>2.8.2</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.0.16</version>
+ <version>2.2.0</version>
</dependency>
</dependencies>
</plugin>
@@ -123,7 +123,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>7.7</version>
+ <version>8.7</version>
</dependency>
</dependencies>
<configuration>
@@ -144,6 +144,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
<configuration>
<archive>
<manifestEntries>