aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-03-24 15:21:18 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2017-03-24 15:36:20 +0900
commit471951928a82604dd736cac58b5a4442c678597d (patch)
tree9ee4053247638619995da9f109c239c1e3cfb7af /pom.xml
parent5f902f07ccae32b82a36c05e1eca23b21a27da99 (diff)
downloadjgit-471951928a82604dd736cac58b5a4442c678597d.tar.gz
jgit-471951928a82604dd736cac58b5a4442c678597d.zip
Upgrade error_prone_core to 2.0.19
Change-Id: I019f6e8ce4b074697c2dfc6020b10dc003d0804d Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cfe98d7b0c..408c248136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.0.18</version>
+ <version>2.0.19</version>
</dependency>
</dependencies>
</plugin>