Skip to content

Commit 538c685

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.38.0 to 2.39.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.38.0...lib/2.39.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 4821b16 commit 538c685

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
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.diffplug.spotless</groupId>
3939
<artifactId>spotless-maven-plugin</artifactId>
40-
<version>2.38.0</version>
40+
<version>2.39.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
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>com.diffplug.spotless</groupId>
4141
<artifactId>spotless-maven-plugin</artifactId>
42-
<version>2.38.0</version>
42+
<version>2.39.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.38.0</version>
446+
<version>2.39.0</version>
447447
<configuration>
448448
<formats>
449449
<!-- common settings -->

0 commit comments

Comments
 (0)