Skip to content

Commit 6e2619f

Browse files
committed
升级 APIJSON 及自身 6.3.0,apijson-column 1.8.0,unitauto-java 及 unitauto-jar 3.0.5
1 parent 550fd94 commit 6e2619f

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

1111
<name>APIJSONFramework</name>
@@ -34,12 +34,12 @@
3434
<dependency>
3535
<groupId>com.github.Tencent</groupId>
3636
<artifactId>APIJSON</artifactId>
37-
<version>6.2.0</version>
37+
<version>6.3.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.github.APIJSON</groupId>
4141
<artifactId>apijson-column</artifactId>
42-
<version>1.7.0</version>
42+
<version>1.8.0</version>
4343
</dependency>
4444

4545
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>com.github.TommyLemon</groupId>
6262
<artifactId>unitauto-java</artifactId>
63-
<version>2.9.0</version>
63+
<version>3.0.5</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.github.TommyLemon</groupId>
6767
<artifactId>unitauto-jar</artifactId>
68-
<version>2.9.0</version>
68+
<version>3.0.5</version>
6969
</dependency>
7070
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->
7171

0 commit comments

Comments
 (0)