File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ dependencies {
37
37
implementation ' name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.5.3'
38
38
39
39
// configure Lombok for compile java/ compile tests
40
- compileOnly ' org.projectlombok:lombok:1.18.36 '
41
- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
42
- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
43
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
40
+ compileOnly ' org.projectlombok:lombok:1.18.38 '
41
+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
42
+ testCompileOnly ' org.projectlombok:lombok:1.18.38 '
43
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
44
44
testImplementation ' org.springframework.boot:spring-boot-starter-test'
45
45
testImplementation ' com.netflix.graphql.dgs:dgs-starter-test'
46
46
}
You can’t perform that action at this time.
0 commit comments