Skip to content

Commit

Permalink
Merge pull request #15 from gocd/dependabot/gradle/org.projectlombok-…
Browse files Browse the repository at this point in the history
…lombok-1.18.22

Bump lombok from 1.18.4 to 1.18.22
  • Loading branch information
chadlwilson authored Feb 6, 2022
2 parents fb8d5b3 + f70b2d7 commit 37c2a1c
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 @@ -53,7 +53,7 @@ java {
}

dependencies {
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.4'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.22'

compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.4'
Expand Down

0 comments on commit 37c2a1c

Please sign in to comment.