Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Nov 16, 2024
2 parents d043b1d + d867d91 commit 93dc22c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ allprojects {

dependencies {
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34"))
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36"))

testCompileOnly "com.google.code.findbugs:jsr305:3.0.2"
testImplementation(platform("org.junit:junit-bom:5.11.2"))
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"))
}

java {
Expand Down

0 comments on commit 93dc22c

Please sign in to comment.