Skip to content

Commit 742d864

Browse files
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] <support@github.com>
1 parent feb2bac commit 742d864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'groovy' // groovy support
33
id 'java' // java support
4-
id 'com.diffplug.spotless' version '7.0.4'//code format
4+
id 'com.diffplug.spotless' version '7.1.0'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.2.1' // code check, working on byte code
77
id "org.sonarqube" version "6.2.0.5505" // sonarqube

0 commit comments

Comments
 (0)