Skip to content

Commit e34226a

Browse files
build(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.1.0...lib/3.2.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61b1a8b commit e34226a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
<groupId>com.diffplug.spotless</groupId>
520520
<artifactId>spotless-maven-plugin</artifactId>
521521
<!-- 3.x+ requires Java 17. Since this is a plugin and not a dependency, it's OK to upgrade. -->
522-
<version>3.1.0</version>
522+
<version>3.2.0</version>
523523
<configuration>
524524
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
525525
<ratchetFrom>origin/main</ratchetFrom>

0 commit comments

Comments
 (0)