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 55
66 <groupId >apijson.gson</groupId >
77 <artifactId >apijson-gson</artifactId >
8- <version >1.0.1 </version >
8+ <version >1.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-gson</name >
3939 <dependency >
4040 <groupId >com.github.Tencent</groupId >
4141 <artifactId >APIJSON</artifactId >
42- <version >8.0.0 </version >
42+ <version >8.0.2 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >com.github.APIJSON</groupId >
4646 <artifactId >apijson-framework</artifactId >
47- <version >7.2.1 </version >
47+ <version >7.2.2 </version >
4848 </dependency >
4949 <dependency >
5050 <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 {
3737 public static TypeToken <?> JSON_ARRAY_TOKEN ;
3838 public static Class <?> JSON_ARRAY_CLASS ;
3939 static {
40- APIJSONParser .IS_RETURN_STACK_TRACE = false ;
40+ // APIJSONParser.IS_RETURN_STACK_TRACE = false;
4141
4242 GSON = new Gson ();
4343
You can’t perform that action at this time.
0 commit comments