diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-09-21 11:52:44 -0400 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-27 04:42:53 -0400 |
commit | 8887a6779aea69e0871d8d846910d324f89898bd (patch) | |
tree | 13ec09abe5347c96d0df67a85764811631651b91 | |
parent | 2171f868d95f110024e90de635627f14a3fb4700 (diff) | |
download | jgit-8887a6779aea69e0871d8d846910d324f89898bd.tar.gz jgit-8887a6779aea69e0871d8d846910d324f89898bd.zip |
Upgrade ecj to 3.23.0
Change-Id: Ifca682c4aff0cfcd827986a02580e70dcfcad5c0
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -896,7 +896,7 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> - <version>3.22.0</version> + <version>3.23.0</version> </dependency> </dependencies> </plugin> |