From 41b1fce42f61a76a61fc46d5b4cf305e7d100192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:25:06 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v6.5.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ef00e6..f423895 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.5.0.2' apply false } subprojects {