Skip to content

Commit

Permalink
Push lombok to .30(+) to support java 21 (#1477)
Browse files Browse the repository at this point in the history
Co-authored-by: screret <[email protected]>
  • Loading branch information
kuhnchris and screret authored Jun 24, 2024
1 parent edb3eec commit 03a8f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {


// lombok
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'

implementation 'com.google.code.findbugs:jsr305:3.0.2'

Expand Down

0 comments on commit 03a8f83

Please sign in to comment.