Skip to content

Commit

Permalink
Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#283)
Browse files Browse the repository at this point in the history
* Bump org.projectlombok:lombok from 1.18.34 to 1.18.36

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

---
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 build.gradle

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <[email protected]>
  • Loading branch information
dependabot[bot] and conorheffron authored Nov 23, 2024
1 parent d76c196 commit e9e18cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '5.3.6'
version = '5.3.7'
description = "Sample Data Manager"

sourceCompatibility = 21
Expand Down Expand Up @@ -50,8 +50,8 @@ configurations {

dependencies {
// Lombok
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'

// Spring
implementation 'org.springframework.boot:spring-boot-maven-plugin:' + springBootVersion
Expand Down

0 comments on commit e9e18cf

Please sign in to comment.