Skip to content

Commit

Permalink
Fix build by upgrading lombok to 1.18.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja committed Aug 5, 2022
1 parent 09a3d3a commit f684841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/pom.xml
Expand Up @@ -46,7 +46,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<optional>true</optional>
<version>1.18.22</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f684841

Please sign in to comment.