From 76d65e3fd99ef702eebad0d3b4a9b4b76d10a109 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:31:43 +0800 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v8.10 (#393) (#394) (cherry picked from commit 9989ac6ccaf673f0e8363f1b7486e13127e74d11) Signed-off-by: mend-for-github-com[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9189e4db..6c160c8a 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ buildscript { plugins { id 'java-library' id 'com.diffplug.spotless' version '6.25.0' - id "io.freefair.lombok" version "8.6" + id "io.freefair.lombok" version "8.10" id "de.undercouch.download" version "5.6.0" }