Skip to content

Commit e599469

Browse files
Bump com.diffplug.spotless from 6.22.0 to 7.1.0 in /smoke-test
Bumps com.diffplug.spotless from 6.22.0 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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8547d5b commit e599469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'io.franzbecker.gradle-lombok' version '5.0.0'
1515
id 'com.gradleup.shadow' version '8.3.8'
1616
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
17-
id 'com.diffplug.spotless' version '6.22.0' apply false
17+
id 'com.diffplug.spotless' version '7.1.0' apply false
1818
id 'org.jreleaser' version '1.18.0' apply false
1919
}
2020

smoke-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// empty build.gradle for dependabot
22
plugins {
3-
id 'com.diffplug.spotless' version '6.22.0' apply false
3+
id 'com.diffplug.spotless' version '7.1.0' apply false
44
}
55

66
apply from: "$rootDir/../gradle/ci-support.gradle"

0 commit comments

Comments
 (0)