From 0a94329b32b69b5d46660a0e0df5c470fa62cfed Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:13:37 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v8.11 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c5c7801..9d938300 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ buildscript { plugins { id 'java-library' id 'com.diffplug.spotless' version '6.25.0' - id "io.freefair.lombok" version "8.10.2" + id "io.freefair.lombok" version "8.11" id "de.undercouch.download" version "5.6.0" }