From 16dad8459fca3abeae139d525125a524b5779d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 06:56:56 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.0.0 to 6.9.1 Bumps com.diffplug.spotless from 6.0.0 to 6.9.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5cd835f345..2c1bf4ffeb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "com.diffplug.spotless" version "6.0.0" + id "com.diffplug.spotless" version "6.9.1" id "org.sonarqube" version "3.4.0.2513" id "name.remal.sonarlint" version "1.5.0" }