diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-02 00:35:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-02 00:35:36 +0200 |
commit | 583cec3f623d87eece33e17411227272444a848a (patch) | |
tree | ae61dbbbf9b1e1ff000a62c8b3e0bbb908d90489 | |
parent | 077a7139f9a4ad19d24ca066380c924ae46fc133 (diff) | |
download | jgit-583cec3f623d87eece33e17411227272444a848a.tar.gz jgit-583cec3f623d87eece33e17411227272444a848a.zip |
Update org.eclipse.jdt.ecj to 3.38.0
Change-Id: I2e10c428991801e3da5ce1851eff23e508c2bd10
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1116,7 +1116,7 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> - <version>3.37.0</version> + <version>3.38.0</version> </dependency> </dependencies> </plugin> |