Skip to content

Commit e9a77c8

Browse files
jhthompsonCopilot
andcommitted
Change to 4.39
Co-authored-by: Copilot <copilot@github.com>
1 parent fa9a11d commit e9a77c8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

lib-extra/src/main/java/com/diffplug/spotless/extra/java/EclipseJdtFormatterStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class EclipseJdtFormatterStep {
3535
private EclipseJdtFormatterStep() {}
3636

3737
private static final String NAME = "eclipse jdt formatter";
38-
private static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(17, "4.40");
38+
private static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(17, "4.39");
3939

4040
public static String defaultVersion() {
4141
return JVM_SUPPORT.getRecommendedFormatterVersion();

plugin-gradle/CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1010
- Fix `tableTestFormatter` editorconfig cache not honoring `.editorconfig` changes across Gradle daemon runs due to a shared static `EditorConfigProvider`. ([#2893](https://github.com/diffplug/spotless/pull/2893))
1111
### Changes
1212
- Bump default `cleanthat` version `2.24` -> `2.25`. ([#2903](https://github.com/diffplug/spotless/pull/2903))
13-
- Bump `eclipse-jdt` default version from `4.35` to `4.40`. ([#2902](https://github.com/diffplug/spotless/pull/2902))
14-
13+
- Bump `eclipse-jdt` default version from `4.35` to `4.39`. ([#2902](https://github.com/diffplug/spotless/pull/2902))
1514

1615
## [8.4.0] - 2026-03-18
1716
### Added

plugin-maven/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77
- Add `<javaparserVersion>` option to `<cleanthat>`, allowing users to override the JavaParser version pulled in transitively by Cleanthat. ([#2903](https://github.com/diffplug/spotless/pull/2903))
88
### Changes
99
- Bump default `cleanthat` version `2.24` -> `2.25`. ([#2903](https://github.com/diffplug/spotless/pull/2903))
10-
- Bump `eclipse-jdt` default version from `4.35` to `4.40`. ([#2902](https://github.com/diffplug/spotless/pull/2902))
10+
- Bump `eclipse-jdt` default version from `4.35` to `4.39`. ([#2902](https://github.com/diffplug/spotless/pull/2902))
1111

1212
## [3.4.0] - 2026-03-18
1313
### Added

0 commit comments

Comments
 (0)