File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
src/main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
15
15
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
16
16
* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
17
17
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
18
+ * Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
18
19
19
20
## [ 3.2.0] - 2025-07-07
20
21
### Added
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
82
82
// GLUE CODE (alphabetic order please)
83
83
// cleanthat
84
- String VER_CLEANTHAT = ' 2.22 '
84
+ String VER_CLEANTHAT = ' 2.23 '
85
85
cleanthatCompileOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
86
86
compatCleanthat2Dot1CompileAndTestOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
87
87
// diktat old supported version 1.x
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2023-2024 DiffPlug
2
+ * Copyright 2023-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -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.22 " );
46
+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.23 " );
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 @@ -8,6 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
8
8
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
9
* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
10
10
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
11
+ * Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
11
12
12
13
## [ 7.1.0] - 2025-07-07
13
14
### Added
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
8
8
* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
9
* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
10
10
* Bump default ` gherkin-utils ` version to latest ` 9.0.0 ` -> ` 9.2.0 ` . ([ #2408 ] ( https://github.com/diffplug/spotless/pull/2408 ) )
11
+ * Bump default ` cleanthat ` version to latest ` 2.22 ` -> ` 2.23 ` . ([ #2556 ] ( https://github.com/diffplug/spotless/pull/2556 ) )
11
12
12
13
## [ 2.45.0] - 2025-07-07
13
14
### Added
You can’t perform that action at this time.
0 commit comments