Skip to content

Commit 785b220

Browse files
committed
升级自身, APIJSON, fastjson 版本分别为 1.2.0, 5.0.0, 1.2.79
1 parent 8812fd1 commit 785b220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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.column</groupId>
77
<artifactId>apijson-column</artifactId>
8-
<version>1.1.7</version>
8+
<version>1.2.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>apijson-column</name>
@@ -22,14 +22,14 @@
2222
<dependency>
2323
<groupId>com.alibaba</groupId>
2424
<artifactId>fastjson</artifactId>
25-
<version>1.2.74</version>
25+
<version>1.2.79</version>
2626
</dependency>
2727

2828
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 <<<<<<<<<< -->
2929
<dependency>
3030
<groupId>com.github.Tencent</groupId>
3131
<artifactId>APIJSON</artifactId>
32-
<version>4.9.1</version>
32+
<version>5.0.0</version>
3333
</dependency>
3434
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3535

0 commit comments

Comments
 (0)