Skip to content

Commit 0d6db11

Browse files
committed
Updated the Lombok version to 1.18.16.
1 parent f15123c commit 0d6db11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ subprojects {
9696
}
9797

9898
dependencies {
99-
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.10'
100-
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.10'
99+
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.16'
100+
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.16'
101101
}
102102
}

0 commit comments

Comments
 (0)