Skip to content

Commit 4949043

Browse files
authored
Update spotless version to 6.13.0 (#6579)
1 parent 96bafcb commit 4949043

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.12.0' apply false
18+
id 'com.diffplug.spotless' version '6.13.0' apply false
1919
}
2020

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

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.12.0' apply false
3+
id 'com.diffplug.spotless' version '6.13.0' apply false
44
}
55

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

0 commit comments

Comments
 (0)