Skip to content

Commit 5755b61

Browse files
build(deps): bump org.projectlombok:lombok from 1.18.30 to 1.18.46
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.46. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.30...v1.18.46) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d64927b commit 5755b61

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

e2e/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

redis-configuration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

test-harness/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)