File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ allprojects {
107107 implementation(' org.apache.logging.log4j:log4j-web' )
108108 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
109109 implementation " com.networknt:json-schema-validator:${ revJSonSchemaValidator} "
110- compileOnly ' org.projectlombok:lombok:1.18.42 '
110+ compileOnly ' org.projectlombok:lombok:1.18.46 '
111111
112- annotationProcessor ' org.projectlombok:lombok:1.18.42 '
112+ annotationProcessor ' org.projectlombok:lombok:1.18.46 '
113113 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
114114
115115 testImplementation(' org.springframework.boot:spring-boot-starter-test' )
116116 testImplementation(' org.springframework.boot:spring-boot-starter-log4j2' )
117117 testImplementation ' junit:junit'
118118 testImplementation " org.junit.vintage:junit-vintage-engine"
119- testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
119+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.46 '
120120
121121 // PINNED (#964): jettison must stay at exactly 1.5.4 — `strictly` prevents both
122122 // downgrade and upgrade. No known compatible higher version has been validated.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 testImplementation ' org.junit.jupiter:junit-jupiter-params'
1111 testImplementation ' org.awaitility:awaitility:4.2.0'
1212 testImplementation ' org.apache.logging.log4j:log4j-slf4j2-impl'
13- testImplementation ' org.projectlombok:lombok:1.18.30 '
14- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
13+ testImplementation ' org.projectlombok:lombok:1.18.46 '
14+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.46 '
1515 testImplementation ' org.apache.commons:commons-lang3:3.14.0'
1616 testImplementation ' org.apache.commons:commons-compress:1.26.1'
1717 testImplementation ' com.squareup.okhttp3:okhttp:4.12.0'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 // implementation "jakarta.annotation:jakarta.annotation-api:${revJakartaAnnotation}"
2222
2323 // Test
24- testCompileOnly ' org.projectlombok:lombok:1.18.42 '
24+ testCompileOnly ' org.projectlombok:lombok:1.18.46 '
2525 testImplementation ' org.springframework.boot:spring-boot-test'
2626 testImplementation " org.testcontainers:testcontainers:${ revTestContainer} "
2727 testImplementation " com.google.guava:guava:${ revGuava} "
Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ dependencies {
199199 functionalTestImplementation ' org.junit.jupiter:junit-jupiter-params'
200200
201201 // Lombok (used by e2e test classes)
202- functionalTestCompileOnly ' org.projectlombok:lombok:1.18.30 '
203- functionalTestAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
202+ functionalTestCompileOnly ' org.projectlombok:lombok:1.18.46 '
203+ functionalTestAnnotationProcessor ' org.projectlombok:lombok:1.18.46 '
204204
205205 // Awaitility 4.x (e2e uses 4.2.0; test-harness has 3.x)
206206 functionalTestImplementation ' org.awaitility:awaitility:4.2.0'
You can’t perform that action at this time.
0 commit comments