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

Commit

Permalink
Update lombok to 1.18.24 (#42)
Browse files Browse the repository at this point in the history
Not sure why I never had compiling issues and others did, but I see no reason not to update this.
  • Loading branch information
TheoKanning authored Dec 4, 2022
1 parent 8d7f240 commit 1600841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1600841

Please sign in to comment.