Skip to content

Commit ea982f1

Browse files
committed
Server:fastjson升级为1.2.55;打包apijson-server3.4.8.jar
1 parent d567d7b commit ea982f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

APIJSON-Java-Server/APIJSONBoot/libs/apijson-server3.4.5.jar renamed to APIJSON-Java-Server/APIJSONBoot/libs/apijson-server3.4.8.jar

235 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot/pom.xml

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

66
<groupId>apijson.demo.server</groupId>
77
<artifactId>apijson-boot</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.4.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot</name>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.alibaba</groupId>
5050
<artifactId>fastjson</artifactId>
51-
<version>1.2.21</version>
51+
<version>1.2.55</version>
5252
</dependency>
5353
</dependencies>
5454

APIJSON-Java-Server/APIJSONORM/pom.xml

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

66
<groupId>zuo.biao.apijson.server</groupId>
77
<artifactId>apijson-orm</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.4.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.alibaba</groupId>
2424
<artifactId>fastjson</artifactId>
25-
<version>1.2.21</version>
25+
<version>1.2.55</version>
2626
</dependency>
2727
</dependencies>
2828

0 commit comments

Comments
 (0)