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.
This commit is contained in:
Theo Kanning 2022-12-04 12:55:17 -06:00 committed by GitHub
parent 8d7f240010
commit 1600841a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ apply plugin: "com.vanniktech.maven.publish"
dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.0'
compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
}
compileJava {