Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 1600841

Browse files
authored
Update lombok to 1.18.24 (#42)
Not sure why I never had compiling issues and others did, but I see no reason not to update this.
1 parent 8d7f240 commit 1600841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: "com.vanniktech.maven.publish"
33

44
dependencies {
55
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.0'
6-
compileOnly 'org.projectlombok:lombok:1.18.12'
7-
annotationProcessor 'org.projectlombok:lombok:1.18.12'
6+
compileOnly 'org.projectlombok:lombok:1.18.24'
7+
annotationProcessor 'org.projectlombok:lombok:1.18.24'
88
}
99

1010
compileJava {

0 commit comments

Comments
 (0)