Skip to content

Commit

Permalink
Update Lombok dependency.
Browse files Browse the repository at this point in the history
Update Lombok to 1.18.34, which has better support for Java 21/22 and
Eclipse 2024-06.

Also make sure that the Maven Lombok plugin uses the latest Lombok
version as well (I thought it was automatically doing that, but it turns
out it does not).
  • Loading branch information
gouttegd committed Sep 7, 2024
1 parent c059c7b commit 5dc9b41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down Expand Up @@ -50,6 +50,13 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.20.0</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
</dependency>
</dependencies>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down

0 comments on commit 5dc9b41

Please sign in to comment.