Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
  • Loading branch information
NonSwag authored Jul 14, 2024
2 parents 04fc39b + 8c596bb commit 799b153
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.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")

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

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

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

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

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

api(project(":api"))

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

paper {
Expand Down

0 comments on commit 799b153

Please sign in to comment.