Bump Lombok to 1.18.46 for JDK 25 annotation processing support
Build / build (push) Failing after 19s

This commit is contained in:
Laura
2026-08-09 17:53:06 +02:00
parent ef9c412d58
commit 3a69eaac95
+1 -1
View File
@@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.42</version> <version>1.18.46</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>