Skip to content

Commit

Permalink
Merge pull request #106 from Jake-Moore/dependabot/gradle/org.project…
Browse files Browse the repository at this point in the history
…lombok-lombok-1.18.36

Bump org.projectlombok:lombok from 1.18.34 to 1.18.36
  • Loading branch information
Jake-Moore authored Nov 19, 2024
2 parents 4a2095d + a5f71fe commit cd0f24d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ allprojects {

dependencies {
// Lombok
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
testImplementation("org.projectlombok:lombok:1.18.34")
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("org.projectlombok:lombok:1.18.36")
annotationProcessor("org.projectlombok:lombok:1.18.36")
testImplementation("org.projectlombok:lombok:1.18.36")
testAnnotationProcessor("org.projectlombok:lombok:1.18.36")

// IntelliJ annotations
compileOnly("org.jetbrains:annotations:26.0.1")
Expand Down

0 comments on commit cd0f24d

Please sign in to comment.