Skip to content

Commit

Permalink
⬆️ Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 (#687)
Browse files Browse the repository at this point in the history
* ⬆️ Bump org.projectlombok:lombok from 1.18.28 to 1.18.30

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.28...v1.18.30)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update correct lombok version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vinoth Srinivasan <[email protected]>
Co-authored-by: vinothon84 <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent ec8b6ff commit 9f25eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

def keycloakVersion = '15.0.2'
def lombokVersion = '1.18.28'
def lombokVersion = '1.18.30'

group = 'uk.gov.digital.ho.hocs'
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 9f25eaf

Please sign in to comment.