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] committed Jun 28, 2024
1 parent 1abce66 commit 1ce60b1
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 @@ -21,7 +21,7 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4j_version"

// Lombok:
def lombok_version = "1.18.32"
def lombok_version = "1.18.34"
compileOnly "org.projectlombok:lombok:$lombok_version"
annotationProcessor "org.projectlombok:lombok:$lombok_version"
testCompileOnly "org.projectlombok:lombok:$lombok_version"
Expand Down

0 comments on commit 1ce60b1

Please sign in to comment.