Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
  • Loading branch information
chadlwilson authored Nov 16, 2024
2 parents c1266b1 + 9c828a8 commit 8316c36
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 @@ -56,7 +56,7 @@ ext {
deps = [
gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.4.0',
awsSdk : 'com.amazonaws:aws-java-sdk:1.12.778',
lombok : 'org.projectlombok:lombok:1.18.34',
lombok : 'org.projectlombok:lombok:1.18.36',
]

versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
Expand Down

0 comments on commit 8316c36

Please sign in to comment.