a fork of EvalEx by ezylang with a handful of breaking changes

Bump io.freefair.lombok from 8.6 to 8.10.2 (#13)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
ecf9737f 0f75188b

+1 -1
+1 -1
gradle/libs.versions.toml
··· 12 12 jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0"} 13 13 14 14 [plugins] 15 - lombok = { id = "io.freefair.lombok", version = "8.6"} 15 + lombok = { id = "io.freefair.lombok", version = "8.10.2"} 16 16 spotless = { id = "com.diffplug.spotless", version = "6.25.0" }