Skip to content

Commit

Permalink
Merge pull request #1 from alex2276564/dependabot/gradle/org.projectl…
Browse files Browse the repository at this point in the history
…ombok-lombok-1.18.36

[Gradle]: Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
  • Loading branch information
alex2276564 authored Nov 20, 2024
2 parents b1248b9 + 4c45064 commit 0ccc658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repositories {
dependencies {
compileOnly "com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT"

compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'

testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
}

def targetJavaVersion = 16
Expand Down

0 comments on commit 0ccc658

Please sign in to comment.