Skip to content

Commit 378b84b

Browse files
committed
Java: APIJSONDemo-fastjson2 升级 APIJSON, apijson-framework, 自身 8.2.0,apijson-fastjson2 1.2.0
1 parent aba18e0 commit 378b84b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • APIJSON-Java-Server

APIJSON-Java-Server/APIJSONDemo-Jackson/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>8.1.6</version>
8+
<version>8.2.0</version>
99

1010
<name>APIJSONDemo</name>
1111
<description>Demo project for Testing APIJSON Server based on Jackson and SpringBoot</description>
@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>com.github.Tencent</groupId>
2626
<artifactId>APIJSON</artifactId>
27-
<version>8.1.6</version>
27+
<version>8.2.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.github.APIJSON</groupId>
3131
<artifactId>apijson-framework</artifactId>
32-
<version>8.1.6</version>
32+
<version>8.2.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>jakarta.servlet</groupId>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.github.APIJSON</groupId>
4141
<artifactId>apijson-jackson</artifactId>
42-
<version>1.1.6</version>
42+
<version>1.2.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>

APIJSON-Java-Server/APIJSONDemo-fastjson2/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>7.1.5</version>
8+
<version>8.2.0</version>
99

1010
<name>APIJSONDemo</name>
1111
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -30,17 +30,17 @@
3030
<dependency>
3131
<groupId>com.github.Tencent</groupId>
3232
<artifactId>APIJSON</artifactId>
33-
<version>8.0.2</version>
33+
<version>8.2.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.github.APIJSON</groupId>
3737
<artifactId>apijson-framework</artifactId>
38-
<version>7.2.2</version>
38+
<version>8.2.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.github.APIJSON</groupId>
4242
<artifactId>apijson-fastjson2</artifactId>
43-
<version>1.0.2</version>
43+
<version>1.2.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>jakarta.servlet</groupId>

0 commit comments

Comments
 (0)