Skip to content

Commit 6011c4a

Browse files
authored
Merge pull request #2468 from kubernetes-client/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.28.0
build(deps): bump spotless-maven-plugin from 2.27.2 to 2.28.0
2 parents 15ce5e2 + c642bf7 commit 6011c4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client-java-contrib/admissionreview/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.diffplug.spotless</groupId>
3939
<artifactId>spotless-maven-plugin</artifactId>
40-
<version>2.27.2</version>
40+
<version>2.28.0</version>
4141
<configuration>
4242
<skip>true</skip>
4343
</configuration>

fluent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>com.diffplug.spotless</groupId>
4242
<artifactId>spotless-maven-plugin</artifactId>
43-
<version>2.27.2</version>
43+
<version>2.28.0</version>
4444
<configuration>
4545
<skip>true</skip>
4646
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>com.diffplug.spotless</groupId>
437437
<artifactId>spotless-maven-plugin</artifactId>
438-
<version>2.27.2</version>
438+
<version>2.28.0</version>
439439
<configuration>
440440
<formats>
441441
<!-- common settings -->

0 commit comments

Comments
 (0)