Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 in /velocity
  • Loading branch information
NonSwag authored Aug 5, 2024
2 parents 7f68623 + 09d2fde commit 1d091e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velocity/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("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")

Expand All @@ -33,7 +33,7 @@ dependencies {
implementation("net.thenextlvl.core:i18n:1.0.18")
implementation("net.thenextlvl.core:version-checker:1.0.1")

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
}

Expand Down

0 comments on commit 1d091e5

Please sign in to comment.