Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.36 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent d1da87e commit a5b95b8
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 a5b95b8

Please sign in to comment.