Skip to content

Commit 7a5a453

Browse files
authored
Fix lombok version (#200)
- It was not possible to run EI-frontend with openJDK. Needed to update lombok in order to run.
1 parent fea9601 commit 7a5a453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.projectlombok</groupId>
9797
<artifactId>lombok</artifactId>
98-
<version>1.16.20</version>
98+
<version>1.18.6</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
<dependency>

0 commit comments

Comments
 (0)