Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
  • Loading branch information
NonSwag authored Jul 16, 2024
2 parents 542acb6 + 588fb6a commit 9cf88a7
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 @@ -18,7 +18,7 @@ repositories {

dependencies {
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")

implementation("org.xerial:sqlite-jdbc:3.41.2.2")
implementation("com.sparkjava:spark-core:2.9.4")
Expand All @@ -30,7 +30,7 @@ dependencies {
implementation("net.thenextlvl.core:utils:1.0.9")
implementation("net.thenextlvl.core:nbt:1.4.2")

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

tasks.shadowJar {
Expand Down

0 comments on commit 9cf88a7

Please sign in to comment.