File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra/groovy Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
2323* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
2424* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ #2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
2525* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
26- * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
27- * 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 ) )
26+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
27+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
2828* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
2929* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
3030* Bump default ` jackson ` version to latest ` 2.17.1 ` -> ` 2.17.2 ` . ([ #2195 ] ( https://github.com/diffplug/spotless/pull/2195 ) )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class GrEclipseFormatterStep {
3232 private GrEclipseFormatterStep () {}
3333
3434 private static final String NAME = "eclipse groovy formatter" ;
35- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "4.26" ).add (17 , "4.32 " );
35+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "4.26" ).add (17 , "4.33 " );
3636
3737 public static String defaultVersion () {
3838 return JVM_SUPPORT .getRecommendedFormatterVersion ();
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1616* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
1717* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ #2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
1818* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
19- * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
20- * 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 ) )
19+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
20+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
2121* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
2222* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
2323* Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1717* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
1818* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ #2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
1919* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
20- * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
21- * 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 ) )
20+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
21+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.33 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
2222* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
2323* Bump default ` gson ` version to latest ` 2.10.1 ` -> ` 2.11.0 ` . ([ #2128 ] ( https://github.com/diffplug/spotless/pull/2128 ) )
2424* Bump default ` jackson ` version to latest ` 2.17.1 ` -> ` 2.17.2 ` . ([ #2195 ] ( https://github.com/diffplug/spotless/pull/2195 ) )
You can’t perform that action at this time.
0 commit comments