Skip to content

Commit bd38aa3

Browse files
Bump com.diffplug.spotless from 7.2.0 to 7.2.1
Bumps com.diffplug.spotless from 7.2.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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73187fe commit bd38aa3

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)