Skip to content

Commit

Permalink
build: upgrade lombok version to 1.18.30
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo.corso committed Mar 23, 2024
1 parent 1b5d2ab commit 6b4a827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/java.build-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
}

project.ext {
Expand Down

0 comments on commit 6b4a827

Please sign in to comment.