Bump io.freefair.lombok from 6.6.3 to 8.0.1

Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.6.3 to 8.0.1.
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](https://github.com/freefair/gradle-plugins/compare/6.6.3...8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-21 10:29:02 +00:00 committed by GitHub
parent 5928126109
commit ee78287423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
id "io.freefair.lombok" version "6.6.3"
id "io.freefair.lombok" version "8.0.1"
id "io.github.slimjar" version "1.3.0"
id "java"
}