Skip to content

Commit

Permalink
chore(deps): bump io.freefair.lombok from 6.4.2 to 6.4.3 (#563)
Browse files Browse the repository at this point in the history
* chore(deps): bump io.freefair.lombok from 6.4.2 to 6.4.3

Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@6.4.2...6.4.3)

---
updated-dependencies:
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update lombok to 1.18.24

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sidd <iProdigy@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and iProdigy committed Apr 24, 2022
1 parent a456039 commit ef1035d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -3,7 +3,7 @@ plugins {
signing
`java-library`
`maven-publish`
id("io.freefair.lombok") version "6.4.2"
id("io.freefair.lombok") version "6.4.3"
id("com.coditory.manifest") version "0.1.14"
id("com.github.johnrengelman.shadow") version "7.1.2"
}
Expand Down Expand Up @@ -64,7 +64,7 @@ subprojects {
apply(plugin = "com.github.johnrengelman.shadow")

lombok {
version.set("1.18.22")
version.set("1.18.24")
disableConfig.set(true)
}

Expand Down

0 comments on commit ef1035d

Please sign in to comment.