Skip to content

Commit 66cd528

Browse files
authored
Merge pull request #4 from synyx/dependabot/gradle/org.projectlombok-lombok-1.18.42
Bump org.projectlombok:lombok from 1.18.40 to 1.18.42
2 parents edd1dc5 + dc09f52 commit 66cd528

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.40'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.40'
32+
compileOnly 'org.projectlombok:lombok:1.18.42'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
3434

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

3939
test {

0 commit comments

Comments
 (0)