Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 13, 2024
1 parent aec0609 commit f8f029c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ dependencies {
implementation group: 'javax.json', name: 'javax.json-api', version: '1.1.4'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'

testImplementation project(':domain-sample-data')
testImplementation project(path: ":ccd-adapter", configuration: 'testArtifacts')
Expand Down Expand Up @@ -346,7 +346,7 @@ configurations.all {

dependencies {
testImplementation project(path: ':domain-model')
implementation 'org.projectlombok:lombok:1.18.20'
implementation 'org.projectlombok:lombok:1.18.34'
integrationTestImplementation(sourceSets.test.output)
integrationTestImplementation(sourceSets.main.output)
integrationTestImplementation project(':email-client')
Expand Down
4 changes: 2 additions & 2 deletions ccd-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1'
Expand Down
4 changes: 2 additions & 2 deletions domain-model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
// The below fixes https://nvd.nist.gov/vuln/detail/CVE-2019-12384 while waiting for spring to pull new version
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'

testImplementation project(':domain-sample-data')

Expand Down
4 changes: 2 additions & 2 deletions email-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.2.5.RELEASE'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'

implementation group: 'uk.gov.hmcts.reform', name: 'logging', version: '5.1.7'
implementation group: 'uk.gov.hmcts.reform', name: 'logging-appinsights', version: '5.1.7'
Expand Down
4 changes: 2 additions & 2 deletions job-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'

implementation group: 'ch.qos.logback', name: 'logback-classic', version: versions.logback
implementation group: 'ch.qos.logback', name: 'logback-core', version: versions.logback
Expand Down

0 comments on commit f8f029c

Please sign in to comment.