Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2023
1 parent d629d25 commit 9785dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ idea {
def versions = [
pitest : '1.9.0',
sonarPitest : '0.5',
lombok : '1.18.22',
lombok : '1.18.30',
serenity : '2.6.0',
serenityreporter : '3.0.5',
serenityCucumber : '3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def springBootVersion = '2.7.13'
def springCloudVersion = '2021.0.3'

def versions = [
lombok: '1.18.28',
lombok: '1.18.30',
javaVersion: '17',
jacocoVersion: '0.8.5'
]
Expand Down

0 comments on commit 9785dc2

Please sign in to comment.