From c7e8fa65c53a0c242f62ad7e44344b734f158c8c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:32:23 -0700 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.25.0 (#972) (#1011) (cherry picked from commit 10c66756f97f71c980554a4c55bcc047c6309eca) 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 9b2fdf5b..749f912e 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { plugins { id 'java-library' - id "com.diffplug.spotless" version "6.22.0" apply false + id "com.diffplug.spotless" version "6.25.0" apply false id 'jacoco' id "com.form.diff-coverage" version "0.9.5" // for javadocs and checks spotless doesn't do