From 478fddfd0e61369e82814df5dae30dd41dabd2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:44:45 +0000 Subject: [PATCH] chore: Bump com.diffplug.spotless from 6.25.0 to 7.2.1 Bumps com.diffplug.spotless from 6.25.0 to 7.2.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.2.1 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 d95015c..1730acd 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'java-library' // TODO: Can be removed if this project is not used for java library id "com.github.spotbugs" version "6.2.5" apply false id "org.owasp.dependencycheck" version "8.4.3" apply false - id "com.diffplug.spotless" version "6.25.0" apply false + id "com.diffplug.spotless" version "7.2.1" apply false id "io.freefair.lombok" version "8.14.2" id "info.solidsoft.pitest" version "1.15.0" apply false id "com.github.jk1.dependency-license-report" version "2.9"