Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 15, 2020
1 parent 5e414ca commit 4437176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = gitVersion()
sourceCompatibility = JavaVersion.VERSION_11

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.10'
compileOnly 'org.projectlombok:lombok:1.18.16'
annotationProcessor 'org.projectlombok:lombok:1.18.10'

implementation 'org.slf4j:slf4j-api:1.7.30'
Expand Down

0 comments on commit 4437176

Please sign in to comment.