diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-29 01:58:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-29 17:13:06 +0200 |
commit | e4550807a3eec3ea410d2b1604f99e0ab12426cf (patch) | |
tree | b0526a9407fe753d007ad6c0724a345da09db8b2 /pom.xml | |
parent | 1aa19c67e691d62f3d9560fec0cfe7f5443d6497 (diff) | |
download | jgit-e4550807a3eec3ea410d2b1604f99e0ab12426cf.tar.gz jgit-e4550807a3eec3ea410d2b1604f99e0ab12426cf.zip |
Update ecj to 3.27.0
Change-Id: Ia3845a14d8169595425fd435ef3ef09c08e82f53
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -876,7 +876,7 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> - <version>3.25.0</version> + <version>3.27.0</version> </dependency> </dependencies> </plugin> |