Skip to content

Commit 56c6187

Browse files
fix(deps): update dependency org.projectlombok:lombok to v1.18.26
1 parent a24cce3 commit 56c6187

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
@@ -24,11 +24,11 @@ dependencies {
2424
// monitoring
2525
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.8.4'
2626

27-
compileOnly 'org.projectlombok:lombok:1.18.22'
28-
annotationProcessor 'org.projectlombok:lombok:1.18.22'
27+
compileOnly 'org.projectlombok:lombok:1.18.26'
28+
annotationProcessor 'org.projectlombok:lombok:1.18.26'
2929

30-
testCompileOnly 'org.projectlombok:lombok:1.18.22'
31-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
30+
testCompileOnly 'org.projectlombok:lombok:1.18.26'
31+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
3232
}
3333

3434
testing {

0 commit comments

Comments
 (0)