Skip to content

Commit 51a398a

Browse files
build(deps): bump com.diffplug.spotless:spotless-maven-plugin
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.39.0 to 2.40.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.39.0...lib/2.40.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c395755 commit 51a398a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client-java-contrib/admissionreview/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>com.diffplug.spotless</groupId>
4747
<artifactId>spotless-maven-plugin</artifactId>
48-
<version>2.39.0</version>
48+
<version>2.40.0</version>
4949
<configuration>
5050
<skip>true</skip>
5151
</configuration>

fluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>com.diffplug.spotless</groupId>
4141
<artifactId>spotless-maven-plugin</artifactId>
42-
<version>2.39.0</version>
42+
<version>2.40.0</version>
4343
<configuration>
4444
<skip>true</skip>
4545
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
<plugin>
444444
<groupId>com.diffplug.spotless</groupId>
445445
<artifactId>spotless-maven-plugin</artifactId>
446-
<version>2.39.0</version>
446+
<version>2.40.0</version>
447447
<configuration>
448448
<formats>
449449
<!-- common settings -->

0 commit comments

Comments
 (0)