From 5f7c459c25553266790af189f4ec9641f047f169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:57:09 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.7.2 to 6.15.0 Bumps com.diffplug.spotless from 6.7.2 to 6.15.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 c8532a7..0cf9385 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'com.diffplug.spotless' version '6.7.2' + id 'com.diffplug.spotless' version '6.15.0' id "com.github.ben-manes.versions" version '0.42.0' id 'com.github.jk1.dependency-license-report' version '2.0' id 'com.github.spotbugs' version '5.0.8'