Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent c4d3e64 commit d303840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion persistence-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
project.description = 'Persistence API'

ext {
lombokVersion = '1.18.32'
lombokVersion = '1.18.34'
}

apply from: "${rootProject.projectDir}/gradle/codeStyle.gradle"
Expand Down
2 changes: 1 addition & 1 deletion release-toggles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
project.description = 'Release Toggles Library'

ext {
lombokVersion = '1.18.32'
lombokVersion = '1.18.34'
springBootVersion = '3.2.5'
minimumCoveragePerFile = 0.6
filesExcludedFromCoverage = ["*/config/*.java"]
Expand Down
2 changes: 1 addition & 1 deletion security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
project.description = 'Security Config'

ext {
lombokVersion = '1.18.32'
lombokVersion = '1.18.34'
springBootVersion = '3.2.5'
minimumCoveragePerFile = 0.6
filesExcludedFromCoverage = []
Expand Down

0 comments on commit d303840

Please sign in to comment.