diff --git a/CHANGELOG.md b/CHANGELOG.md index 36eccce..bb9f1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added formatter [`clean-that`](https://github.com/diffplug/spotless/tree/main/plugin-gradle#cleanthat) - Added formatter [`remove-unused-imports`](https://github.com/diffplug/spotless/tree/main/plugin-gradle#removeunusedimports) +### Changed + +- Bumping the bundled spotless-lib (3.1.1 -> 3.3.1) + ## [0.1.1] - 2025-06-02 ### Changed diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3df531e..beb12c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,8 +12,8 @@ native-include-palantirJavaFormat = "2.67.0" picocli = "4.7.6" selfie = "2.5.1" slf4j = "2.0.17" -spotless-lib = "3.1.1" -spotless-plugin-gradle = "7.0.3" +spotless-lib = "3.3.1" +spotless-plugin-gradle = "7.2.1" [libraries] annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }