Skip to content

Commit d779a80

Browse files
committed
升级自身和 APIJSON 版本为 5.0.0,升级 fastjson 版本为 1.2.29,升级 UnitAuto 版本为 2.6.4
1 parent 1b259f3 commit d779a80

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>4.9.1</version>
8+
<version>5.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -27,14 +27,14 @@
2727
<dependency>
2828
<groupId>com.alibaba</groupId>
2929
<artifactId>fastjson</artifactId>
30-
<version>1.2.74</version>
30+
<version>1.2.79</version>
3131
</dependency>
3232

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

4040
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
@@ -55,12 +55,12 @@
5555
<dependency>
5656
<groupId>com.github.TommyLemon</groupId>
5757
<artifactId>unitauto-java</artifactId>
58-
<version>2.6.3</version>
58+
<version>2.6.4</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.github.TommyLemon</groupId>
6262
<artifactId>unitauto-jar</artifactId>
63-
<version>2.6.3</version>
63+
<version>2.6.4</version>
6464
</dependency>
6565
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->
6666

0 commit comments

Comments
 (0)