From 86977f8cd839776b44158d73f27325160f49b93c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 17:17:15 +0000 Subject: [PATCH] dependabot: bump com.diffplug.spotless from 6.21.0 to 6.22.0 (#510) Bumps com.diffplug.spotless from 6.21.0 to 6.22.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 29e7098bd69110bcf8f434e4759b2be9d39beb22) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c1777ac..a35f3e01 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { plugins { id 'com.netflix.nebula.ospackage' version "11.5.0" id 'java-library' - id "com.diffplug.spotless" version "6.21.0" apply false + id "com.diffplug.spotless" version "6.22.0" apply false } apply plugin: 'opensearch.opensearchplugin'