File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
lib/src/main/java/com/diffplug/spotless/json/gson Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111
1212## [ Unreleased]
1313
14+ ## Changed
15+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
16+
1417## [ 3.2.0] - 2025-07-07
1518### Added
1619* Support for ` idea ` ([ #2020 ] ( https://github.com/diffplug/spotless/pull/2020 ) , [ #2535 ] ( https://github.com/diffplug/spotless/pull/2535 ) )
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2022-2024 DiffPlug
2+ * Copyright 2022-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.
@@ -30,7 +30,7 @@ public class GsonStep implements Serializable {
3030 private static final String MAVEN_COORDINATES = "com.google.code.gson:gson" ;
3131 private static final String INCOMPATIBLE_ERROR_MESSAGE = "There was a problem interacting with Gson; maybe you set an incompatible version?" ;
3232 public static final String NAME = "gson" ;
33- public static final String DEFAULT_VERSION = "2.11.0 " ;
33+ public static final String DEFAULT_VERSION = "2.13.1 " ;
3434
3535 private final JarState .Promised jarState ;
3636 private final GsonConfig gsonConfig ;
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44
55## [ Unreleased]
66
7+ ## Changed
8+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9+
710## [ 7.1.0] - 2025-07-07
811### Added
912* Support for ` idea ` ([ #2020 ] ( https://github.com/diffplug/spotless/pull/2020 ) , [ #2535 ] ( https://github.com/diffplug/spotless/pull/2535 ) )
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44
55## [ Unreleased]
66
7+ ## Changed
8+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9+
710## [ 2.45.0] - 2025-07-07
811### Added
912* Support for ` idea ` ([ #2020 ] ( https://github.com/diffplug/spotless/pull/2020 ) , [ #2535 ] ( https://github.com/diffplug/spotless/pull/2535 ) )
You can’t perform that action at this time.
0 commit comments