Skip to content

Commit a187ea2

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.diffplug.spotless-6.11.0' into combined-pr-branch
2 parents 936f916 + 815f36d commit a187ea2

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
@@ -15,7 +15,7 @@ plugins {
1515
id 'io.franzbecker.gradle-lombok' version '5.0.0'
1616
id 'com.github.johnrengelman.shadow' version '7.1.2'
1717
id 'me.champeau.gradle.japicmp' version '0.2.9' apply false
18-
id 'com.diffplug.spotless' version '6.8.0' apply false
18+
id 'com.diffplug.spotless' version '6.11.0' apply false
1919
id 'org.gradle.test-retry' version '1.4.1'
2020
}
2121

examples/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.8.0' apply false
3+
id 'com.diffplug.spotless' version '6.11.0' apply false
44
}
55

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

0 commit comments

Comments
 (0)