Skip to content

Commit b19ee67

Browse files
committed
deps: bump lombok to 1.18.18
1 parent a0d2eec commit b19ee67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ dependencies {
5757
implementation("javax.validation:validation-api:2.0.1.Final")
5858

5959
compileOnly("org.projectlombok:lombok:1.18.18")
60-
annotationProcessor("org.projectlombok:lombok:1.18.10")
60+
annotationProcessor("org.projectlombok:lombok:1.18.18")
6161
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
6262

63-
testCompileOnly("org.projectlombok:lombok:1.18.10")
64-
testAnnotationProcessor("org.projectlombok:lombok:1.18.10")
63+
testCompileOnly("org.projectlombok:lombok:1.18.18")
64+
testAnnotationProcessor("org.projectlombok:lombok:1.18.18")
6565

6666
testImplementation("org.assertj:assertj-core:3.17.2")
6767

0 commit comments

Comments
 (0)