Skip to content

Commit bf6a86e

Browse files
Bump com.diffplug.spotless from 6.11.0 to 6.12.0 in /examples
Bumps com.diffplug.spotless from 6.11.0 to 6.12.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 563eae5 commit bf6a86e

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.4.1' apply false
18-
id 'com.diffplug.spotless' version '6.11.0' apply false
18+
id 'com.diffplug.spotless' version '6.12.0' apply false
1919
id 'org.gradle.test-retry' version '1.5.0'
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.11.0' apply false
3+
id 'com.diffplug.spotless' version '6.12.0' apply false
44
}
55

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

0 commit comments

Comments
 (0)