Skip to content

Commit

Permalink
升级 APIJSON 和自身 7.0.0,apijson-column 2.0.0,unitauto 3.0.5,mysql 8.4.0,…
Browse files Browse the repository at this point in the history
…postgresql 42.6.0;javax.servlet-api 改为 jakarta.servlet-api
  • Loading branch information
TommyLemon committed May 19, 2024
1 parent aa0b5b8 commit 99cb455
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file removed libs/APIJSON-6.1.0.jar
Binary file not shown.
Binary file added libs/APIJSON-7.0.0.jar
Binary file not shown.
Binary file added libs/apijson-column-2.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed libs/unitauto-java-2.9.0.jar
Binary file not shown.
Binary file added libs/unitauto-java-3.0.5.jar
Binary file not shown.
14 changes: 7 additions & 7 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.4.3-springboot-3</version>
<version>7.0.0</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
Expand Down Expand Up @@ -38,24 +38,24 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.4.3-springboot3</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-column</artifactId>
<version>1.9.3-springboot3</version>
<version>2.0.0</version>
</dependency>

<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->

Expand Down

0 comments on commit 99cb455

Please sign in to comment.