Skip to content

Commit

Permalink
fix(deps): update dependency org.projectlombok:lombok to v1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2023
1 parent a24cce3 commit 56c6187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies {
// monitoring
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.8.4'

compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'
compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'

testCompileOnly 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'org.projectlombok:lombok:1.18.26'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
}

testing {
Expand Down

0 comments on commit 56c6187

Please sign in to comment.