From 6caf38da25dcd84e62a9c95931da0a9f61b9f4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:32:29 +0000 Subject: [PATCH] Bump io.freefair.lombok from 8.4 to 8.10 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.4 to 8.10. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.4...8.10) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- lib/build.gradle | 2 +- preprocessor/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index fb3ea480..7869958b 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,6 +1,6 @@ plugins { id "com.diffplug.spotless" version "6.25.0" - id "io.freefair.lombok" version "8.4" + id "io.freefair.lombok" version "8.10" id "jacoco" id "java-library" } diff --git a/lib/build.gradle b/lib/build.gradle index 4cd9fd9d..3c1d5064 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,7 +1,7 @@ plugins { id "antlr" id "com.diffplug.spotless" version "6.25.0" - id "io.freefair.lombok" version "8.4" + id "io.freefair.lombok" version "8.10" id "jacoco" id "java-library" } diff --git a/preprocessor/build.gradle b/preprocessor/build.gradle index 2cc74624..300236cf 100644 --- a/preprocessor/build.gradle +++ b/preprocessor/build.gradle @@ -1,7 +1,7 @@ plugins { id "antlr" id "com.diffplug.spotless" version "6.25.0" - id "io.freefair.lombok" version "8.4" + id "io.freefair.lombok" version "8.10" id "jacoco" id "java-library" }