Skip to content

Commit

Permalink
Merge pull request #2237 from kubernetes-client/dependabot/maven/com.…
Browse files Browse the repository at this point in the history
…diffplug.spotless-spotless-maven-plugin-2.22.4

Bump spotless-maven-plugin from 2.22.3 to 2.22.4
  • Loading branch information
k8s-ci-robot authored May 5, 2022
2 parents dd5c252 + 52b2611 commit f107f7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-java-contrib/admissionreview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.22.3</version>
<version>2.22.4</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion fluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.22.3</version>
<version>2.22.4</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.22.3</version>
<version>2.22.4</version>
<configuration>
<formats>
<!-- common settings -->
Expand Down

0 comments on commit f107f7a

Please sign in to comment.