File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
src/main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
2020* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
2121* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
2222* Bump default ` jackson ` version to latest ` 2.17.1 ` -> ` 2.17.2 ` . ([ #2195 ] ( https://github.com/diffplug/spotless/pull/2195 ) )
23+ * Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
2324### Fixed
2425* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
2526### Added
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
8080
8181 // GLUE CODE (alphabetic order please)
8282 // cleanthat
83- String VER_CLEANTHAT = ' 2.20 '
83+ String VER_CLEANTHAT = ' 2.21 '
8484 cleanthatCompileOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
8585 compatCleanthat2Dot1CompileAndTestOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
8686 // diktat old supported version 1.x
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public final class CleanthatJavaStep implements Serializable {
4343 /**
4444 * CleanThat changelog is available at <a href="https://github.com/solven-eu/cleanthat/blob/master/CHANGES.MD">here</a>.
4545 */
46- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.20 " );
46+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.21 " );
4747
4848 private final JarState .Promised jarState ;
4949 private final String version ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212* Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
1313* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1414* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
15+ * Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
1516### Fixed
1617* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
1718### Added
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1313* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1414* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
1515* Bump default ` jackson ` version to latest ` 2.17.1 ` -> ` 2.17.2 ` . ([ #2195 ] ( https://github.com/diffplug/spotless/pull/2195 ) )
16+ * Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
1617### Fixed
1718* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
1819### Added
You can’t perform that action at this time.
0 commit comments