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 (
1515* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
1616* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
1717* 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 ) )
1819
1920## [ 3.2.0] - 2025-07-07
2021### Added
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
8181
8282 // GLUE CODE (alphabetic order please)
8383 // cleanthat
84- String VER_CLEANTHAT = ' 2.22 '
84+ String VER_CLEANTHAT = ' 2.23 '
8585 cleanthatCompileOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
8686 compatCleanthat2Dot1CompileAndTestOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
8787 // diktat old supported version 1.x
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2023-2024 DiffPlug
2+ * Copyright 2023-2025 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -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.22 " );
46+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.23 " );
4747
4848 private final JarState .Promised jarState ;
4949 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 (
88* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
99* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
1010* 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 ) )
1112
1213## [ 7.1.0] - 2025-07-07
1314### 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 (
88* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
99* Bump default ` jackson ` version to latest ` 2.18.1 ` -> ` 2.19.1 ` . ([ #2352 ] ( https://github.com/diffplug/spotless/pull/2352 ) )
1010* 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 ) )
1112
1213## [ 2.45.0] - 2025-07-07
1314### Added
You can’t perform that action at this time.
0 commit comments