Skip to content

Commit

Permalink
chore(deps): bump com.diffplug.spotless:spotless-plugin-gradle
Browse files Browse the repository at this point in the history
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.13.0 to 6.25.0.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@plugin-gradle/6.13.0...gradle/6.25.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 18e5c5e commit 41a993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
}
dependencies { classpath "com.diffplug.spotless:spotless-plugin-gradle:6.13.0" }
dependencies { classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0" }
}

class VersionString implements Comparable<VersionString> {
Expand Down

0 comments on commit 41a993e

Please sign in to comment.