Skip to content

Commit

Permalink
Upgrade lombok to 1.18.30 for JDK 21 compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 8, 2023
1 parent 252a0f6 commit a2a5bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<checkstyle.version>6.18</checkstyle.version>
<junit.version>5.9.2</junit.version>
<mockito-core.version>4.11.0</mockito-core.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.30</lombok.version>

<!-- core lib dependency -->
<grpc.version>1.53.0</grpc.version>
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-v2/java-test-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<guava.version>30.1.1-jre</guava.version>
<h2.version>2.1.210</h2.version>
<mysql.version>8.0.13</mysql.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.30</lombok.version>
<kafka-clients.version>2.4.1</kafka-clients.version>

<maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
Expand Down

0 comments on commit a2a5bc7

Please sign in to comment.