Skip to content

Commit edd1dc5

Browse files
authored
Merge pull request #3 from synyx/dependabot/gradle/org.projectlombok-lombok-1.18.40
Bump org.projectlombok:lombok from 1.18.38 to 1.18.40
2 parents 8dfde53 + 62a6234 commit edd1dc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ dependencies {
2929
testImplementation platform('org.junit:junit-bom:5.13.4')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131

32-
compileOnly 'org.projectlombok:lombok:1.18.38'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
32+
compileOnly 'org.projectlombok:lombok:1.18.40'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.40'
3434

35-
testCompileOnly 'org.projectlombok:lombok:1.18.38'
36-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
35+
testCompileOnly 'org.projectlombok:lombok:1.18.40'
36+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
3737
}
3838

3939
test {

0 commit comments

Comments
 (0)