Skip to content

Commit

Permalink
Merge pull request #480 from fragaLY/dependabot/gradle/quarkus-reacti…
Browse files Browse the repository at this point in the history
…ve/org.projectlombok-lombok-1.18.32

Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 in /quarkus-reactive
  • Loading branch information
fragaLY authored Mar 25, 2024
2 parents 8d7ccee + c617329 commit c9c6700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quarkus-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
// implementation("io.quarkus:quarkus-container-image-buildpack") // remove it if you want to build fast or uber jar
//endregion
//region lombok
annotationProcessor("org.projectlombok:lombok:1.18.30")
implementation("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.32")
implementation("org.projectlombok:lombok:1.18.32")
//endregion
}

Expand Down

0 comments on commit c9c6700

Please sign in to comment.