Skip to content

Commit

Permalink
bump lombok version to support compile with jdk16+
Browse files Browse the repository at this point in the history
Co-authored-by: Jerry Lee <[email protected]>
  • Loading branch information
merthmagic and oldratlee committed Jan 18, 2022
1 parent b74e64c commit de0efec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.22</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.22</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<spring.boot.version>2.2.6.RELEASE</spring.boot.version>
<spring.version>5.2.2.RELEASE</spring.version>
<lombok.version>1.18.16</lombok.version>
<lombok.version>1.18.22</lombok.version>
<logback.version>1.2.0</logback.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/craftsman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.22</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit de0efec

Please sign in to comment.