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 03668f9 commit 1aab4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PistonQueuePlaceholder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.6")

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")
}

group = "net.pistonmaster"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ java {
dependencies {
implementation("org.jetbrains:annotations:26.0.1")

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 1aab4c8

Please sign in to comment.