Skip to content

Commit

Permalink
chore: update dependency org.projectlombok:lombok to v1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 917d258 commit 6087b12
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 @@ -65,7 +65,7 @@ dependencies {
val reflexion = "1.8.0"
implementation("dev.derklaro.reflexion", "reflexion", reflexion)

val lombok = "1.18.34"
val lombok = "1.18.36"
compileOnly("org.projectlombok", "lombok", lombok)
annotationProcessor("org.projectlombok", "lombok", lombok)

Expand Down

0 comments on commit 6087b12

Please sign in to comment.