Skip to content

Commit 71ac9b0

Browse files
committed
升级 APIJSON 8.0.2,apijson-framework 7.2.2,自身改为 1.0.0
1 parent 06782a4 commit 71ac9b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -39,12 +39,12 @@
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>

src/main/java/apijson/gson/APIJSONApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)