Skip to content

Commit ca16cc1

Browse files
build(deps): bump spotless-maven-plugin from 2.36.0 to 2.37.0
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.36.0 to 2.37.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.36.0...lib/2.37.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 dc1b352 commit ca16cc1

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.36.0</version>
40+
<version>2.37.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
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>com.diffplug.spotless</groupId>
4242
<artifactId>spotless-maven-plugin</artifactId>
43-
<version>2.36.0</version>
43+
<version>2.37.0</version>
4444
<configuration>
4545
<skip>true</skip>
4646
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
<plugin>
438438
<groupId>com.diffplug.spotless</groupId>
439439
<artifactId>spotless-maven-plugin</artifactId>
440-
<version>2.36.0</version>
440+
<version>2.37.0</version>
441441
<configuration>
442442
<formats>
443443
<!-- common settings -->

0 commit comments

Comments
 (0)