summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2021-03-30 13:56:34 -0400
committerMarco Miller <marco.miller@ericsson.com>2021-03-30 13:56:50 -0400
commit9c3db7a276bf7f22f19d126762c36fbcb2a490af (patch)
tree0ed47db2bcf7b2d87871d81120a57fbd4d3f6c0b
parentc82818e0e02a9d1bd979d27bd342bb05661150d4 (diff)
downloadjgit-9c3db7a276bf7f22f19d126762c36fbcb2a490af.tar.gz
jgit-9c3db7a276bf7f22f19d126762c36fbcb2a490af.zip
Upgrade ecj to 3.25.0
Change-Id: I09d018205564205b194de020941fd4152ae8b24e Signed-off-by: Marco Miller <marco.miller@ericsson.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7635850479..0466c97742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,7 +900,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.24.0</version>
+ <version>3.25.0</version>
</dependency>
</dependencies>
</plugin>