From 95399c83d8caa1ec37b6bd043dab9bc205c79287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:18:00 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.0.4 to 7.1.0 Bumps com.diffplug.spotless from 7.0.4 to 7.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.1.0 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 2f680483..13bdb042 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' //java support id 'scala' id 'pmd' // code check, working on source code - id 'com.diffplug.spotless' version '7.0.4'//code format + id 'com.diffplug.spotless' version '7.1.0'//code format id 'com.github.spotbugs' version '6.2.1' // code check, working on byte code id 'de.undercouch.download' version '5.6.0' id 'kr.motd.sphinx' version '2.10.1' // documentation generation