Skip to content

Commit

Permalink
Merge pull request #17 from lets-mica/renovate/lombokversion
Browse files Browse the repository at this point in the history
Update dependency org.projectlombok:lombok to v1.18.34
  • Loading branch information
ChunMengLu authored Jun 28, 2024
2 parents 461116c + f3c361e commit 78db26a
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 @@ -4,7 +4,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
ext {
javaVersion = JavaVersion.VERSION_17
springBootVersion = "3.3.1"
lombokVersion = "1.18.32"
lombokVersion = "1.18.34"
googleAutoVersion = "1.1.1"
compileTestingVersion = '0.21.0'
inCapVersion = "1.0.0"
Expand Down

0 comments on commit 78db26a

Please sign in to comment.