Skip to content

Commit

Permalink
Merge pull request #47 from IBM/lombok-upgrade
Browse files Browse the repository at this point in the history
Upgrade Lombok for Java 11 compilation compatibility
  • Loading branch information
ind1go authored Mar 29, 2021
2 parents 329ec51 + b4dbceb commit 6c951e8
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 @@ -236,7 +236,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
<version>1.18.18</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6c951e8

Please sign in to comment.