Skip to content

Commit 8859d5c

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.44.4 to 2.44.5. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.4...maven/2.44.5) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39a471a commit 8859d5c

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.44.4</version>
48+
<version>2.44.5</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.44.4</version>
42+
<version>2.44.5</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
@@ -486,7 +486,7 @@
486486
<plugin>
487487
<groupId>com.diffplug.spotless</groupId>
488488
<artifactId>spotless-maven-plugin</artifactId>
489-
<version>2.44.4</version>
489+
<version>2.44.5</version>
490490
<configuration>
491491
<formats>
492492
<!-- common settings -->

0 commit comments

Comments
 (0)