From 33f6bc046aac3740b3baacdcd8b388a3466db1ae Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:08:27 -0700 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.22.0 (#946) (#947) (cherry picked from commit 16d82f2e62d6cc06aa9a3b4c0ee7cb754c09a6ff) 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 74851e90..1e9ff911 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { plugins { id 'java-library' - id "com.diffplug.spotless" version "6.21.0" apply false + id "com.diffplug.spotless" version "6.22.0" apply false id 'jacoco' id "com.form.diff-coverage" version "0.9.5" // for javadocs and checks spotless doesn't do