Skip to content

Commit

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

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
  • Loading branch information
netcodedev authored Nov 16, 2024
2 parents fd3b01f + 7a70d28 commit f395fcc
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.11.3'

//lombok
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'
}

tasks.named('test') {
Expand Down

0 comments on commit f395fcc

Please sign in to comment.