Skip to content

Commit 47b2d0c

Browse files
committed
升级 APIJSON, apijson-framework, fastjson, 自身 版本分别为 5.1.5, 5.1.5, 1.2.83, 1.0.5
1 parent 8b4eae4 commit 47b2d0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

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

66
<groupId>apijson.router</groupId>
77
<artifactId>apijson-router</artifactId>
8-
<version>1.0.2</version>
8+
<version>1.0.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONRouter</name>
@@ -23,23 +23,23 @@
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-
33-
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 -->
32+
33+
<!-- 可使用 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
<dependency>
4040
<groupId>com.github.APIJSON</groupId>
4141
<artifactId>apijson-framework</artifactId>
42-
<version>5.1.1</version>
42+
<version>5.1.5</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)