We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42105b5 commit ccba4c3Copy full SHA for ccba4c3
1 file changed
build.gradle
@@ -41,10 +41,10 @@ dependencies {
41
implementation 'de.codecentric:spring-boot-admin-starter-server:3.0.0-M5'
42
43
// lombok - Check for the latest version
44
- compileOnly 'org.projectlombok:lombok:1.18.22'
45
- annotationProcessor 'org.projectlombok:lombok:1.18.22'
46
- testCompileOnly 'org.projectlombok:lombok:1.18.22'
47
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
+ compileOnly 'org.projectlombok:lombok:1.18.30'
+ annotationProcessor 'org.projectlombok:lombok:1.18.30'
+ testCompileOnly 'org.projectlombok:lombok:1.18.30'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
48
49
implementation 'org.apache.commons:commons-lang3:3.14.0'
50
0 commit comments