File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
src/main/java/com/diffplug/spotless/json/gson Expand file tree Collapse file tree 5 files changed +12
-3
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 (
11
11
12
12
## [ Unreleased]
13
13
14
+ ## Changed
15
+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
16
+
14
17
## [ 3.2.0] - 2025-07-07
15
18
### Added
16
19
* 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 @@ -96,7 +96,7 @@ dependencies {
96
96
// googleJavaFormat
97
97
googleJavaFormatCompileOnly ' com.google.googlejavaformat:google-java-format:1.24.0'
98
98
// gson
99
- gsonCompileOnly ' com.google.code.gson:gson:2.11.0 '
99
+ gsonCompileOnly ' com.google.code.gson:gson:2.13.1 '
100
100
// jackson
101
101
String VER_JACKSON = ' 2.18.1'
102
102
jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2022-2024 DiffPlug
2
+ * Copyright 2022-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ public class GsonStep implements Serializable {
30
30
private static final String MAVEN_COORDINATES = "com.google.code.gson:gson" ;
31
31
private static final String INCOMPATIBLE_ERROR_MESSAGE = "There was a problem interacting with Gson; maybe you set an incompatible version?" ;
32
32
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 " ;
34
34
35
35
private final JarState .Promised jarState ;
36
36
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 (
4
4
5
5
## [ Unreleased]
6
6
7
+ ## Changed
8
+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
+
7
10
## [ 7.1.0] - 2025-07-07
8
11
### Added
9
12
* 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 (
4
4
5
5
## [ Unreleased]
6
6
7
+ ## Changed
8
+ * Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
9
+
7
10
## [ 2.45.0] - 2025-07-07
8
11
### Added
9
12
* 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