We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209bedd commit f1b3bf4Copy full SHA for f1b3bf4
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Bumping the bundled spotless-lib (3.3.1 -> 4.1.0)
13
14
### Fixed
15
16
- Fix automated chocolatey source package publishing
gradle/libs.versions.toml
@@ -16,8 +16,8 @@ native-include-spotlessEclipseWtpFormatter = "4.21.0"
picocli = "4.7.6"
17
selfie = "2.5.1"
18
slf4j = "2.0.17"
19
-spotless-lib = "3.3.1"
20
-spotless-plugin-gradle = "7.2.1"
+spotless-lib = "4.1.0"
+spotless-plugin-gradle = "8.1.0"
21
22
[libraries]
23
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
0 commit comments