Skip to content

Commit f55ef9c

Browse files
committed
Upgrade Lombok to version 1.18.24
1 parent 518a5d6 commit f55ef9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ subprojects {
8080
apply plugin: LombokPlugin
8181

8282
lombok {
83-
version '1.18.20'
84-
sha256 = 'ce947be6c2fbe759fbbe8ef3b42b6825f814c98c8853f1013f2d9630cedf74b0'
83+
version '1.18.24'
84+
sha256 = 'd3584bc2db03f059f984fb0a9c119aac1fa0da578a448e69fc3f68b36584c749'
8585
}
8686
tasks.withType(AbstractCompile) {
8787
if (tasks.findByName('verifyLombok')) {

0 commit comments

Comments
 (0)