Bump io.freefair.lombok from 6.5.0.3 to 6.5.1

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

---
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>
This commit is contained in:
dependabot[bot] 2022-08-31 20:50:57 +00:00 committed by GitHub
parent e38e953394
commit 3819d3e733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ buildscript {
plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'kr.entree.spigradle' version '2.2.4'
id 'io.freefair.lombok' version '6.5.0.3'
id 'io.freefair.lombok' version '6.5.1'
id 'java'
id 'jacoco'
}