We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24cce3 commit 56c6187Copy full SHA for 56c6187
build.gradle
@@ -24,11 +24,11 @@ dependencies {
24
// monitoring
25
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.8.4'
26
27
- compileOnly 'org.projectlombok:lombok:1.18.22'
28
- annotationProcessor 'org.projectlombok:lombok:1.18.22'
+ compileOnly 'org.projectlombok:lombok:1.18.26'
+ annotationProcessor 'org.projectlombok:lombok:1.18.26'
29
30
- testCompileOnly 'org.projectlombok:lombok:1.18.22'
31
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
+ testCompileOnly 'org.projectlombok:lombok:1.18.26'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
32
}
33
34
testing {
0 commit comments