Skip to content

Commit 54b916e

Browse files
authored
Merge pull request #2805 from kubernetes-client/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.40.0
build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0
2 parents b838c06 + 51a398a commit 54b916e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client-java-contrib/admissionreview/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>com.diffplug.spotless</groupId>
4747
<artifactId>spotless-maven-plugin</artifactId>
48-
<version>2.39.0</version>
48+
<version>2.40.0</version>
4949
<configuration>
5050
<skip>true</skip>
5151
</configuration>

fluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>com.diffplug.spotless</groupId>
4141
<artifactId>spotless-maven-plugin</artifactId>
42-
<version>2.39.0</version>
42+
<version>2.40.0</version>
4343
<configuration>
4444
<skip>true</skip>
4545
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
<plugin>
444444
<groupId>com.diffplug.spotless</groupId>
445445
<artifactId>spotless-maven-plugin</artifactId>
446-
<version>2.39.0</version>
446+
<version>2.40.0</version>
447447
<configuration>
448448
<formats>
449449
<!-- common settings -->

0 commit comments

Comments
 (0)