Skip to content

Commit

Permalink
Bump lombok to 1.18.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Jun 30, 2024
1 parent 78dc568 commit 6aca3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {

dependencies {
/* General */
val lombok = "1.18.32"
val lombok = "1.18.34"
compileOnly("org.projectlombok:lombok:$lombok")
annotationProcessor("org.projectlombok:lombok:$lombok")
testCompileOnly("org.projectlombok:lombok:$lombok")
Expand Down

0 comments on commit 6aca3c2

Please sign in to comment.