Skip to content

Commit ccf3849

Browse files
Update dependency org.projectlombok:lombok to v1.18.40 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23ea0a4 commit ccf3849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ dependencies {
8181
implementation 'org.springframework.boot:spring-boot-starter-web'
8282
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
8383
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.3'
84-
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.38'
85-
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.38'
84+
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.40'
85+
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.40'
8686
testImplementation 'org.springframework.boot:spring-boot-starter-test'
8787
testImplementation 'org.springframework.security:spring-security-test'
8888
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)