From af26bdd36f76053c4f915da96810e3e2b3287139 Mon Sep 17 00:00:00 2001 From: "mend-for-github.aaakk.us.kg[bot]" <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:06:15 -0800 Subject: [PATCH] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.3 (#252) Signed-off-by: mend-for-github.aaakk.us.kg[bot] Co-authored-by: mend-for-github.aaakk.us.kg[bot] <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce86fcc2b..16061d092 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ buildscript { dependencies { classpath "org.opensearch.gradle:build-tools:${opensearch_version}" - classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.2" + classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.3" classpath "com.github.form-com.diff-coverage-gradle:diff-coverage:0.9.5" } }