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] authored Oct 6, 2024
1 parent bf67f8c commit fdfa3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ dependencies {
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'

annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.3'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.34'

compileOnly 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.projectlombok:lombok:1.18.34'

runtimeOnly 'com.h2database:h2:2.1.214'
runtimeOnly 'org.postgresql:postgresql:42.7.4'
Expand Down

0 comments on commit fdfa3a7

Please sign in to comment.