Skip to content

Commit

Permalink
Merge pull request #23 from TheNextLvl-net/dependabot/gradle/api/org.…
Browse files Browse the repository at this point in the history
…projectlombok-lombok-1.18.36

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 in /api
  • Loading branch information
NonSwag authored Nov 15, 2024
2 parents 060994c + a0b0e0b commit dbc68c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("org.jetbrains:annotations:26.0.1")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")

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

0 comments on commit dbc68c4

Please sign in to comment.