From 1cb8e18afa2ecb0677e375e225442fe5855fa81d Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:26:16 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v8.12.2 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 520ebcea..0c130d2e 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.12.2" id "de.undercouch.download" version "5.6.0" }