Skip to content

Commit e6db718

Browse files
Bump spotless-maven-plugin from 2.17.0 to 2.17.2
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.17.0 to 2.17.2. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.17.0...maven/2.17.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43f0cc9 commit e6db718

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.17.0</version>
40+
<version>2.17.2</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.17.0</version>
43+
<version>2.17.2</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
@@ -423,7 +423,7 @@
423423
<plugin>
424424
<groupId>com.diffplug.spotless</groupId>
425425
<artifactId>spotless-maven-plugin</artifactId>
426-
<version>2.17.0</version>
426+
<version>2.17.2</version>
427427
<configuration>
428428
<formats>
429429
<!-- common settings -->

0 commit comments

Comments
 (0)