Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
  • Loading branch information
netcodedev authored Jun 30, 2024
2 parents b032836 + a8bd3eb commit 97e5c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

//lombok
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}

tasks.named('test') {
Expand Down

0 comments on commit 97e5c37

Please sign in to comment.