From 914884ff820d7c42fdd4c8211a0698a307f580f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:03:06 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.0.5 to 6.12.1 Bumps com.diffplug.spotless from 6.0.5 to 6.12.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 93a5dc6..30ea7ed 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "com.diffplug.spotless" version "6.0.5" + id "com.diffplug.spotless" version "6.12.1" id "name.remal.sonarlint" version "1.5.0" }