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

Commit

Permalink
Merge pull request #5 from rundeck/renovate/org.projectlombok-lombok-1.x
Browse files Browse the repository at this point in the history
Update dependency org.projectlombok:lombok to v1.18.24
  • Loading branch information
gschueler authored May 9, 2022
2 parents bbe56d2 + 6035ded commit c5142ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ shadowJar{

dependencies {

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"

shadow "org.rundeck.cli:rd-cli-lib:${rdVersion}"
shadow "org.rundeck.cli-toolbelt:toolbelt-jewelcli:$toolbeltVersion"
Expand Down

0 comments on commit c5142ee

Please sign in to comment.