Skip to content

Commit

Permalink
Bump lombok version to fix java-17 compile (#12075)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta authored Nov 5, 2023
1 parent 93244a1 commit 44cd8db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ subprojects {
}

lombok {
version = '1.18.20'
sha256 = 'ce947be6c2fbe759fbbe8ef3b42b6825f814c98c8853f1013f2d9630cedf74b0'
version = '1.18.22'
}

pmd {
Expand Down

0 comments on commit 44cd8db

Please sign in to comment.