Skip to content

Commit

Permalink
fix: update lombok to fix JCImport error
Browse files Browse the repository at this point in the history
  • Loading branch information
becooq81 committed Oct 2, 2023
1 parent 690b15d commit 1224646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dependencies {
implementation 'org.jetbrains:annotations:24.0.0'
developmentOnly 'org.springframework.boot:spring-boot-devtools'

annotationProcessor 'org.projectlombok:lombok:1.18.26'
implementation 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
implementation 'org.projectlombok:lombok:1.18.30'
implementation "org.springframework.boot:spring-boot-starter-mail"

testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'

implementation 'org.springframework.boot:spring-boot-starter-web'

Expand Down

0 comments on commit 1224646

Please sign in to comment.