Skip to content

Commit

Permalink
Update JDT/ECJ to 3.33 (#121)
Browse files Browse the repository at this point in the history
Latest JDT/ECJ that works on Java 11.
Releases after this version as Java17.
  • Loading branch information
cstamas authored Nov 13, 2023
1 parent 2412c14 commit f18ba4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions takari-lifecycle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.32.0</version>
<version>3.33.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -142,8 +142,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.apt</artifactId>
<version>1.4.300</version>
<artifactId>ecj</artifactId>
<version>3.33.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -154,7 +154,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.18.200</version>
<version>3.18.500</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit f18ba4b

Please sign in to comment.