From f9dac500e01fb973fac66f341c839a8bb3e5867e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:24:50 +0000 Subject: [PATCH] Build(deps): Bump com.diffplug.spotless from 6.12.1 to 7.0.2 Bumps com.diffplug.spotless from 6.12.1 to 7.0.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc3d55e4..ea8b05fc 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { id "idea" id "org.scoverage" version "8.1" apply false id "org.sonarqube" version "3.4.0.2513" - id "com.diffplug.spotless" version "6.12.1" apply false + id "com.diffplug.spotless" version "7.0.2" apply false id "org.nosphere.apache.rat" version "0.8.1" id "com.github.maiflai.scalatest" version "0.32" apply false id "com.github.johnrengelman.shadow" version "8.1.1" apply false