Skip to content

Commit 9581f8d

Browse files
authored
Merge pull request #2622 from kubernetes-client/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.36.0
build(deps): bump spotless-maven-plugin from 2.35.0 to 2.36.0
2 parents 2590020 + 397c916 commit 9581f8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client-java-contrib/admissionreview/pom.xml

Lines changed: 1 addition & 1 deletion
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.35.0</version>
40+
<version>2.36.0</version>
4141
<configuration>
4242
<skip>true</skip>
4343
</configuration>

fluent/pom.xml

Lines changed: 1 addition & 1 deletion
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.35.0</version>
43+
<version>2.36.0</version>
4444
<configuration>
4545
<skip>true</skip>
4646
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
<plugin>
438438
<groupId>com.diffplug.spotless</groupId>
439439
<artifactId>spotless-maven-plugin</artifactId>
440-
<version>2.35.0</version>
440+
<version>2.36.0</version>
441441
<configuration>
442442
<formats>
443443
<!-- common settings -->
@@ -485,7 +485,7 @@
485485
<java>
486486
<removeUnusedImports /> <!-- self-explanatory -->
487487
<googleJavaFormat>
488-
<version>1.7</version>
488+
<version>1.15.0</version>
489489
</googleJavaFormat>
490490
</java>
491491
<groovy>

0 commit comments

Comments
 (0)