Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
  • Loading branch information
NonSwag authored Nov 15, 2024
2 parents 7611bf0 + de3ad7e commit 7570c95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")

Expand All @@ -31,7 +31,7 @@ dependencies {
api("net.thenextlvl.core:i18n:1.0.20")
api("net.thenextlvl.core:paper:1.5.3")

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

publishing {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")

Expand All @@ -35,7 +35,7 @@ dependencies {

api(project(":api"))

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

paper {
Expand Down

0 comments on commit 7570c95

Please sign in to comment.