Skip to content

Commit 5b4b2fe

Browse files
committed
升级 APIJSON 及自身版本为 5.1.5
1 parent 5705bbb commit 5b4b2fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

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

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>5.1.0</version>
8+
<version>5.1.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -23,18 +23,18 @@
2323
<artifactId>javax.servlet-api</artifactId>
2424
<version>4.0.1</version>
2525
</dependency>
26-
26+
2727
<dependency>
2828
<groupId>com.alibaba</groupId>
2929
<artifactId>fastjson</artifactId>
30-
<version>1.2.79</version>
30+
<version>1.2.83</version>
3131
</dependency>
32-
32+
3333
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 -->
3434
<dependency>
3535
<groupId>com.github.Tencent</groupId>
3636
<artifactId>APIJSON</artifactId>
37-
<version>5.1.0</version>
37+
<version>5.1.5</version>
3838
</dependency>
3939

4040
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->

0 commit comments

Comments
 (0)