Skip to content

Commit

Permalink
Bump org.projectlombok:lombok in /quarkus-reactive
Browse files Browse the repository at this point in the history
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.30...v1.18.32)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 8f948b0 commit c617329
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 c617329

Please sign in to comment.