Skip to content

Commit 8e6c4d4

Browse files
authored
Merge pull request #131 from wiremock/dependabot/gradle/com.diffplug.spotless-7.0.2
Bump com.diffplug.spotless from 6.25.0 to 7.0.2
2 parents b7c579c + f8216da commit 8e6c4d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'idea'
1616
id 'eclipse'
1717
id 'project-report'
18-
id 'com.diffplug.spotless' version '6.25.0'
18+
id 'com.diffplug.spotless' version '7.0.2'
1919
id "com.google.protobuf" version "0.9.4"
2020
id 'io.github.gradle-nexus.publish-plugin' version "2.0.0"
2121
}

wiremock-grpc-extension-jetty12/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'idea'
1616
id 'eclipse'
1717
id 'project-report'
18-
id 'com.diffplug.spotless' version '6.25.0'
18+
id 'com.diffplug.spotless' version '7.0.2'
1919
id 'com.github.johnrengelman.shadow' version '8.1.1'
2020
id "com.google.protobuf" version "0.9.4"
2121
}

wiremock-grpc-extension-standalone/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'idea'
1515
id 'eclipse'
1616
id 'project-report'
17-
id 'com.diffplug.spotless' version '6.25.0'
17+
id 'com.diffplug.spotless' version '7.0.2'
1818
id 'com.github.johnrengelman.shadow' version '8.1.1'
1919
id "com.google.protobuf" version "0.9.4"
2020
}

0 commit comments

Comments
 (0)