File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/apijson/gson Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.gson</groupId >
7
7
<artifactId >apijson-gson</artifactId >
8
- <version >1.0.1 </version >
8
+ <version >1.0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >apijson-gson</name >
39
39
<dependency >
40
40
<groupId >com.github.Tencent</groupId >
41
41
<artifactId >APIJSON</artifactId >
42
- <version >8.0.0 </version >
42
+ <version >8.0.2 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.github.APIJSON</groupId >
46
46
<artifactId >apijson-framework</artifactId >
47
- <version >7.2.1 </version >
47
+ <version >7.2.2 </version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class APIJSONApplication extends apijson.framework.APIJSONApplication {
37
37
public static TypeToken <?> JSON_ARRAY_TOKEN ;
38
38
public static Class <?> JSON_ARRAY_CLASS ;
39
39
static {
40
- APIJSONParser .IS_RETURN_STACK_TRACE = false ;
40
+ // APIJSONParser.IS_RETURN_STACK_TRACE = false;
41
41
42
42
GSON = new Gson ();
43
43
You can’t perform that action at this time.
0 commit comments