update internal jdt versio to 3.17.0, same as eclipse 2019-03 release, but not yet java12 compatible

This commit is contained in:
Martin Lippert
2019-03-21 16:23:18 +01:00
parent 7cfbfd3ad7
commit 3a2b77b8d1

View File

@@ -85,7 +85,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>