From d5ac8a9f4ba9b5495ee367f2f2321278525e2741 Mon Sep 17 00:00:00 2001 From: Simon Gamma Date: Thu, 31 Jul 2025 10:16:51 +0200 Subject: [PATCH 1/2] chore: bump spotless-lib to latest --- CHANGELOG.md | 4 ++++ gradle/libs.versions.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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..eba2e63 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" [libraries] annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" } From 5b50612047c742bc5309f72ed13c8a63ab83bab4 Mon Sep 17 00:00:00 2001 From: Simon Gamma Date: Thu, 31 Jul 2025 10:17:03 +0200 Subject: [PATCH 2/2] chore: bump spotless-gradle to latest --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eba2e63..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-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" }