Skip to content

Commit

Permalink
升级 APIJSON 及自身 6.3.0,apijson-column 1.8.0,unitauto-java 及 unitauto-ja…
Browse files Browse the repository at this point in the history
…r 3.0.5
  • Loading branch information
TommyLemon committed Dec 12, 2023
1 parent 550fd94 commit 6e2619f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.framework</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>6.3.0</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
Expand Down Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>6.3.0</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-column</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>

<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
Expand All @@ -60,12 +60,12 @@
<dependency>
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-java</artifactId>
<version>2.9.0</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-jar</artifactId>
<version>2.9.0</version>
<version>3.0.5</version>
</dependency>
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->

Expand Down

0 comments on commit 6e2619f

Please sign in to comment.