From 80496fcc3fc2932f20b71f141f0c50c1fd0f426c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:30:21 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v6.6.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ef00e6..45a074b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { plugins { id 'com.github.johnrengelman.shadow' version '7.1.0' apply false - id 'io.freefair.lombok' version '6.3.0' apply false + id 'io.freefair.lombok' version '6.6.3' apply false } subprojects {