Skip to content

Commit

Permalink
fix(deps): update dependency org.projectlombok:lombok to v1.18.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2022
1 parent a24cce3 commit adf3753
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.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'

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

testing {
Expand Down

0 comments on commit adf3753

Please sign in to comment.