File tree 5 files changed +5
-2
lines changed
src/main/java/com/diffplug/spotless/java
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 ` buf ` version to latest ` 1.24.0 ` -> ` 1.44.0 ` . ([ #2291 ] ( https://github.com/diffplug/spotless/pull/2291 ) )
21
21
* Bump default ` google-java-format ` version to latest ` 1.23.0 ` -> ` 1.24.0 ` . ([ #2294 ] ( https://github.com/diffplug/spotless/pull/2294 ) )
22
22
* Bump default ` jackson ` version to latest ` 2.17.2 ` -> ` 2.18.0 ` . ([ #2279 ] ( https://github.com/diffplug/spotless/pull/2279 ) )
23
+ * Bump default ` cleanthat ` version to latest ` 2.21 ` -> ` 2.22 ` . ([ #2296 ] ( https://github.com/diffplug/spotless/pull/2296 ) )
23
24
### Fixed
24
25
* Java import order, ignore duplicate group entries. ([ #2293 ] ( https://github.com/diffplug/spotless/pull/2293 ) )
25
26
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.21 '
83
+ String VER_CLEANTHAT = ' 2.22 '
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.21 " );
46
+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.22 " );
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 @@ -14,6 +14,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
14
14
* Bump default ` buf ` version to latest ` 1.24.0 ` -> ` 1.44.0 ` . ([ #2291 ] ( https://github.com/diffplug/spotless/pull/2291 ) )
15
15
* Bump default ` google-java-format ` version to latest ` 1.23.0 ` -> ` 1.24.0 ` . ([ #2294 ] ( https://github.com/diffplug/spotless/pull/2294 ) )
16
16
* Bump default ` jackson ` version to latest ` 2.17.2 ` -> ` 2.18.0 ` . ([ #2279 ] ( https://github.com/diffplug/spotless/pull/2279 ) )
17
+ * Bump default ` cleanthat ` version to latest ` 2.21 ` -> ` 2.22 ` . ([ #2296 ] ( https://github.com/diffplug/spotless/pull/2296 ) )
17
18
### Fixed
18
19
* Java import order, ignore duplicate group entries. ([ #2293 ] ( https://github.com/diffplug/spotless/pull/2293 ) )
19
20
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
([ #2259 ] ( https://github.com/diffplug/spotless/pull/2259 ) )
14
14
* Bump default ` google-java-format ` version to latest ` 1.23.0 ` -> ` 1.24.0 ` . ([ #2294 ] ( https://github.com/diffplug/spotless/pull/2294 ) )
15
15
* Bump default ` jackson ` version to latest ` 2.17.2 ` -> ` 2.18.0 ` . ([ #2279 ] ( https://github.com/diffplug/spotless/pull/2279 ) )
16
+ * Bump default ` cleanthat ` version to latest ` 2.21 ` -> ` 2.22 ` . ([ #2296 ] ( https://github.com/diffplug/spotless/pull/2296 ) )
16
17
### Fixed
17
18
* Java import order, ignore duplicate group entries. ([ #2293 ] ( https://github.com/diffplug/spotless/pull/2293 ) )
18
19
You can’t perform that action at this time.
0 commit comments