Skip to content

Commit b5cdd1e

Browse files
authored
chore: bump spotless gradle to 7.2.1 and spotless lib to 3.3.1 (#8)
2 parents 8afba73 + 5b50612 commit b5cdd1e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Added formatter [`clean-that`](https://github.com/diffplug/spotless/tree/main/plugin-gradle#cleanthat)
1818
- Added formatter [`remove-unused-imports`](https://github.com/diffplug/spotless/tree/main/plugin-gradle#removeunusedimports)
1919

20+
### Changed
21+
22+
- Bumping the bundled spotless-lib (3.1.1 -> 3.3.1)
23+
2024
## [0.1.1] - 2025-06-02
2125

2226
### Changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ native-include-palantirJavaFormat = "2.67.0"
1212
picocli = "4.7.6"
1313
selfie = "2.5.1"
1414
slf4j = "2.0.17"
15-
spotless-lib = "3.1.1"
16-
spotless-plugin-gradle = "7.0.3"
15+
spotless-lib = "3.3.1"
16+
spotless-plugin-gradle = "7.2.1"
1717

1818
[libraries]
1919
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)