Skip to content

Commit a62a9ae

Browse files
Merge pull request #311 from ie3-institute/dependabot/gradle/dev/com.diffplug.spotless-7.2.1
Bump com.diffplug.spotless from 7.2.0 to 7.2.1
2 parents 73187fe + bd38aa3 commit a62a9ae

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.2.0'//code format
4+
id 'com.diffplug.spotless' version '7.2.1'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code
77
id "org.sonarqube" version "6.2.0.5505" // sonarqube

0 commit comments

Comments
 (0)