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 (
20
20
* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
21
21
* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
22
22
* 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 ) )
23
24
### Fixed
24
25
* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
25
26
### Added
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
80
80
81
81
// GLUE CODE (alphabetic order please)
82
82
// cleanthat
83
- String VER_CLEANTHAT = ' 2.20 '
83
+ String VER_CLEANTHAT = ' 2.21 '
84
84
cleanthatCompileOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
85
85
compatCleanthat2Dot1CompileAndTestOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
86
86
// 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 {
43
43
/**
44
44
* CleanThat changelog is available at <a href="https://github.com/solven-eu/cleanthat/blob/master/CHANGES.MD">here</a>.
45
45
*/
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 " );
47
47
48
48
private final JarState .Promised jarState ;
49
49
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 (
12
12
* 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 ) )
13
13
* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
14
14
* 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 ) )
15
16
### Fixed
16
17
* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
17
18
### 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 (
13
13
* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
14
14
* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
15
15
* 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 ) )
16
17
### Fixed
17
18
* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
18
19
### Added
You can’t perform that action at this time.
0 commit comments