Skip to content

Commit

Permalink
Merge pull request #255 from trebol-ecommerce/hotfix
Browse files Browse the repository at this point in the history
fix(build): add a proper version for the lombok library
  • Loading branch information
bglamadrid committed Jun 9, 2023
2 parents 9c36652 + afb96c6 commit 7e843d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${project-lombok.version}</version>
<version>1.18.26</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 7e843d3

Please sign in to comment.