From d6e801328ee5daaf49abf6f6991dc051899d066f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:10:54 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.12.0 to 6.13.0 Bumps com.diffplug.spotless from 6.12.0 to 6.13.0. --- 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 8c94452af8..04c38320fa 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "com.diffplug.spotless" version "6.12.0" + id "com.diffplug.spotless" version "6.13.0" id "org.sonarqube" version "3.5.0.2730" id "name.remal.sonarlint" version "3.0.0" }