Skip to content

Commit

Permalink
Merge pull request #2805 from kubernetes-client/dependabot/maven/com.…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
k8s-ci-robot authored Sep 30, 2023
2 parents b838c06 + 51a398a commit 54b916e
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 @@ -45,7 +45,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.39.0</version>
<version>2.40.0</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 @@ -39,7 +39,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.39.0</version>
<version>2.40.0</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 @@ -443,7 +443,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
<configuration>
<formats>
<!-- common settings -->
Expand Down

0 comments on commit 54b916e

Please sign in to comment.