summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-01-10 16:18:27 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-01-10 16:39:20 +0900
commitdadbdcdcfcc2c19165047a75bf617e5000cfc445 (patch)
tree8ee3977c17b69b90c56010b7ef651e668f67f674 /pom.xml
parent338d0a81bb29ffedaef83024db1b1f8026841af5 (diff)
downloadjgit-dadbdcdcfcc2c19165047a75bf617e5000cfc445.tar.gz
jgit-dadbdcdcfcc2c19165047a75bf617e5000cfc445.zip
Upgrade error_prone_core to 2.2.0
Change-Id: Icf1e2fba724dec363bdc941e562396255b9d9faf 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 e2019c8dbf..6fbe3652af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.1.3</version>
+ <version>2.2.0</version>
</dependency>
</dependencies>
</plugin>