Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix(Deps): 更新 lombok (Merge pull request #6 from MrCraftTeamMC/renova…
Browse files Browse the repository at this point in the history
…te/org.projectlombok-lombok-1.x)

fix(deps): update dependency org.projectlombok:lombok to v1.18.32
  • Loading branch information
erha134 authored Mar 31, 2024
2 parents 197e2fd + 226f663 commit 051a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ subprojects {
annotationProcessor 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.32'

annotationProcessor(testImplementation("org.projectlombok:lombok:1.18.30"))
annotationProcessor(testImplementation("org.projectlombok:lombok:1.18.32"))
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
Expand Down

0 comments on commit 051a6f2

Please sign in to comment.