From 6d8d0dbf63db650d00033cc38af90a60660b707f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:53:33 +0000 Subject: [PATCH] chore: Bump com.diffplug.spotless from 6.25.0 to 7.2.0 Bumps com.diffplug.spotless from 6.25.0 to 7.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.2.0 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 5262577..a6ea733 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.2" 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.0" apply false id "io.freefair.lombok" version "8.14" id "info.solidsoft.pitest" version "1.15.0" apply false id "com.github.jk1.dependency-license-report" version "2.9"