Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.36 (#109)
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 98b2b50 commit edd4ae5
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 @@ -31,7 +31,7 @@ dependencies {
implementation("de.jeff_media:SpigotUpdateChecker:1.3.2")

// Other dependencies that are not required or already available at runtime
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("com.iridium:IridiumSkyblock:4.0.9.1")
Expand All @@ -49,7 +49,7 @@ dependencies {
compileOnly("com.github.angeschossen:LandsAPI:7.10.2")

// Enable lombok annotation processing
annotationProcessor("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.36")
}

tasks {
Expand Down

0 comments on commit edd4ae5

Please sign in to comment.