Skip to content

Commit

Permalink
Merge pull request #3056 from kubernetes-client/dependabot/maven/mast…
Browse files Browse the repository at this point in the history
…er-java8/com.diffplug.spotless-spotless-maven-plugin-2.43.0

build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0
  • Loading branch information
k8s-ci-robot authored Feb 8, 2024
2 parents 3d5ee49 + 115c034 commit 7f09c5a
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.41.1</version>
<version>2.43.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.41.1</version>
<version>2.43.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 @@ -465,7 +465,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
<version>2.43.0</version>
<configuration>
<formats>
<!-- common settings -->
Expand Down

0 comments on commit 7f09c5a

Please sign in to comment.