Skip to content

Commit

Permalink
Merge pull request #22 from Lenni0451/dependabot/gradle/org.projectlo…
Browse files Browse the repository at this point in the history
…mbok-lombok-1.18.36
  • Loading branch information
Lenni0451 authored Nov 15, 2024
2 parents 5653000 + f035ab2 commit 0704e2d
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 @@ -55,13 +55,13 @@ dependencies {

compileOnly "com.google.code.findbugs:jsr305:3.0.2"
compileOnly "org.jetbrains:annotations:26.0.1"
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34"))
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36"))
//include "net.lenni0451:Reflect:1.0.0"

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34"))
testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36"))
}

sourceSets {
Expand Down

0 comments on commit 0704e2d

Please sign in to comment.