Skip to content

Commit b6bcc36

Browse files
committed
Update things
1 parent 4493efc commit b6bcc36

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This document is intended for Spotless developers.
1010
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
1111

1212
## [Unreleased]
13+
### Changes
14+
* Bump default `google-java-format` version to latest `1.28.0` -> `1.29.0`. ([#2661](https://github.com/diffplug/spotless/pull/2661))
1315

1416
## [4.0.0] - 2025-09-24
1517
### Changes

lib/src/main/java/com/diffplug/spotless/java/GoogleJavaFormatStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private static FormatterStep createInternally(String name, String groupArtifact,
123123
.addMin(11, "1.8") // we only support google-java-format >= 1.8 due to api changes
124124
.addMin(16, "1.10.0") // java 16 requires at least 1.10.0 due to jdk api changes in JavaTokenizer
125125
.addMin(21, "1.17.0") // java 21 requires at least 1.17.0 due to https://github.com/google/google-java-format/issues/898
126-
.add(17, "1.28.0"); // default version
126+
.add(21, "1.29.0"); // default version
127127

128128
public static String defaultGroupArtifact() {
129129
return MAVEN_COORDINATE;

plugin-gradle/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [Unreleased]
6+
### Changes
7+
* Bump default `google-java-format` version to latest `1.28.0` -> `1.29.0`. ([#2661](https://github.com/diffplug/spotless/pull/2661))
68

79
## [8.0.0] - 2025-09-24
810
### Changed

plugin-maven/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [Unreleased]
6+
### Changes
7+
* Bump default `google-java-format` version to latest `1.28.0` -> `1.29.0`. ([#2661](https://github.com/diffplug/spotless/pull/2661))
68

79
## [3.0.0] - 2025-09-24
810
### Changes

0 commit comments

Comments
 (0)