Skip to content

Commit

Permalink
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 15, 2024
1 parent d1da87e commit f7df06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
compileOnly("net.kyori:adventure-text-minimessage:4.17.0")
compileOnly("io.github.miniplaceholders:miniplaceholders-api:2.2.3")

compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
annotationProcessor("org.projectlombok:lombok:1.18.36")
}

tasks {
Expand Down

0 comments on commit f7df06b

Please sign in to comment.