Skip to content

Commit 275ba66

Browse files
committed
[SPARK-53613] Upgrade google-java-format to 1.28.0 to support Java 25
### What changes were proposed in this pull request? This PR aims to upgrade `google-java-format` to 1.28.0 to support Java 25. ### Why are the changes needed? The latest one is `1.28.0` as of now. - https://github.com/google/google-java-format/releases/tag/v1.28.0 (2025-07-09) - https://github.com/google/google-java-format/releases/tag/v1.27.0 (2025-05-06) - [Improved compatibility with JDK 24 early access builds](google/google-java-format@96f114c) ### Does this PR introduce _any_ user-facing change? No behavior change because this is used in `spotless` during building. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#318 from dongjoon-hyun/SPARK-53613. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a55be8d commit 275ba66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ subprojects {
103103
spotless {
104104
java {
105105
endWithNewline()
106-
googleJavaFormat('1.22.0')
106+
googleJavaFormat('1.28.0')
107107
importOrder(
108108
'java',
109109
'javax',

0 commit comments

Comments
 (0)